Html Css Color HEX #76666F Scorpion

📋 copy color: '#76666F'

red 118 ◦ green 102 ◦ blue 111

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

Shades of Scorpion #76666F

Tints of Scorpion #76666F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.53%

R = 35.65%
G = 30.82%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76666F (or 0x76666F) is known color: Scorpion. HEX triplet: 76, 66 and 6F. RGB value is (118,102,111). Sum of RGB (Red+Green+Blue) = 118+102+111=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #76666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76666F is #899990. Grayscale: #6B6B6B. Windows color (decimal): -9017745 or 7300726. OLE color: 7300726.

HSL color Cylindrical-coordinate representation of color #76666F: hue angle of 326.25º 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 #76666F is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 102 111 -
CMYK 0 0.14 0.06 0.54
HSL 326.25º 0.07% 0.43% -
HSV(B) 326.25º 0.14% 0.46% -
XYZ 15.09 14.5 17.04 -
YUV 107.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 118 102 111 0 0.14 0.06 0.54 326.25 0.07 0.43
Hex 76 66 6F 0 E 6 36 146 7 2B
Octal 166 146 157 0 16 6 66 506 7 53
Binary 1110110 1100110 1101111 0 1110 110 110110 101000110 111 101011

Color Harmonies of #76666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76666F

Black with #76666F

Text Example


Text Example

White with #76666F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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