Html Css Color HEX #766469 Scorpion

📋 copy color: '#766469'

red 118 ◦ green 100 ◦ blue 105

#766469
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scorpion #766469

Tints of Scorpion #766469

RGB

 RED value IS 118 (46.48% from 255) = 36.53%

 GREEN value IS 100 (39.45% from 255) = 30.96%

 BLUE value IS 105 (41.41% from 255) = 32.51%

R = 36.53%
G = 30.96%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#766469 (or 0x766469) is known color: Scorpion. HEX triplet: 76, 64 and 69. RGB value is (118,100,105). Sum of RGB (Red+Green+Blue) = 118+100+105=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #766469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766469 is #899B96. Grayscale: #696969. Windows color (decimal): -9018263 or 6906998. OLE color: 6906998.

HSL color Cylindrical-coordinate representation of color #766469: hue angle of 343.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #766469 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 100 105 -
CMYK 0 0.15 0.11 0.54
HSL 343.33º 0.08% 0.43% -
HSV(B) 343.33º 0.15% 0.46% -
XYZ 14.58 13.99 15.3 -
YUV 105.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 118 100 105 0 0.15 0.11 0.54 343.33 0.08 0.43
Hex 76 64 69 0 F B 36 157 8 2B
Octal 166 144 151 0 17 13 66 527 10 53
Binary 1110110 1100100 1101001 0 1111 1011 110110 101010111 1000 101011

Color Harmonies of #766469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766469

Black with #766469

Text Example


Text Example

White with #766469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766469; }

 p { color: rgb(118,100,105); }

 H1.HeaderClassName
 {
   color: #766469;
 }
 .AnyTagClassName
 {
   color: #766469;
 }
</style>

background-color css

<style>
 a { background-color: #766469; }

 a { background-color: rgb(118,100,105); }

 div.DivClassName
 {
   background-color: #766469;
 }
 .BgClassName
 {
   background-color: #766469;
 }
</style>

border-color css

<style>
 span { border-color: #766469; }

 span { border-color: rgb(118,100,105); }

 td.TdClassName
 {
   border-color: #766469;
 }
 .TagClassName
 {
   border-color: #766469;
 }
</style>