Html Css Color HEX #76666D Scorpion

📋 copy color: '#76666D'

red 118 ◦ green 102 ◦ blue 109

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

Shades of Scorpion #76666D

Tints of Scorpion #76666D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.13%

R = 35.87%
G = 31%
B = 33.13%

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

#76666D (or 0x76666D) is known color: Scorpion. HEX triplet: 76, 66 and 6D. RGB value is (118,102,109). Sum of RGB (Red+Green+Blue) = 118+102+109=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #76666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76666D is #899992. Grayscale: #6B6B6B. Windows color (decimal): -9017747 or 7169654. OLE color: 7169654.

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

Color convert

RGB 118 102 109 -
CMYK 0 0.14 0.08 0.54
HSL 333.75º 0.07% 0.43% -
HSV(B) 333.75º 0.14% 0.46% -
XYZ 14.98 14.46 16.47 -
YUV 107.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 118 102 109 0 0.14 0.08 0.54 333.75 0.07 0.43
Hex 76 66 6D 0 E 8 36 14E 7 2B
Octal 166 146 155 0 16 10 66 516 7 53
Binary 1110110 1100110 1101101 0 1110 1000 110110 101001110 111 101011

Color Harmonies of #76666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76666D

Black with #76666D

Text Example


Text Example

White with #76666D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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