Html Css Color HEX #76666C Scorpion

📋 copy color: '#76666C'

red 118 ◦ green 102 ◦ blue 108

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

Shades of Scorpion #76666C

Tints of Scorpion #76666C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.1%

 BLUE value IS 108 (42.58% from 255) = 32.93%

R = 35.98%
G = 31.1%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76666C (or 0x76666C) is known color: Scorpion. HEX triplet: 76, 66 and 6C. RGB value is (118,102,108). Sum of RGB (Red+Green+Blue) = 118+102+108=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 118 - color contains mainly: red. Hex color #76666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76666C is #899993. Grayscale: #6B6B6B. Windows color (decimal): -9017748 or 7104118. OLE color: 7104118.

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

Color convert

RGB 118 102 108 -
CMYK 0 0.14 0.08 0.54
HSL 337.5º 0.07% 0.43% -
HSV(B) 337.5º 0.14% 0.46% -
XYZ 14.93 14.44 16.19 -
YUV 107.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 118 102 108 0 0.14 0.08 0.54 337.5 0.07 0.43
Hex 76 66 6C 0 E 8 36 152 7 2B
Octal 166 146 154 0 16 10 66 522 7 53
Binary 1110110 1100110 1101100 0 1110 1000 110110 101010010 111 101011

Color Harmonies of #76666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76666C

Black with #76666C

Text Example


Text Example

White with #76666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76666C; }

 p { color: rgb(118,102,108); }

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

background-color css

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

 a { background-color: rgb(118,102,108); }

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

border-color css

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

 span { border-color: rgb(118,102,108); }

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