Html Css Color HEX #78666D Scorpion

📋 copy color: '#78666D'

red 120 ◦ green 102 ◦ blue 109

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

Shades of Scorpion #78666D

Tints of Scorpion #78666D

RGB

 RED value IS 120 (47.27% from 255) = 36.25%

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

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

R = 36.25%
G = 30.82%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#78666D (or 0x78666D) is known color: Scorpion. HEX triplet: 78, 66 and 6D. RGB value is (120,102,109). Sum of RGB (Red+Green+Blue) = 120+102+109=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 120 - color contains mainly: red. Hex color #78666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78666D is #879992. Grayscale: #6C6C6C. Windows color (decimal): -8886675 or 7169656. OLE color: 7169656.

HSL color Cylindrical-coordinate representation of color #78666D: hue angle of 336.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #78666D is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 102 109 -
CMYK 0 0.15 0.09 0.53
HSL 336.67º 0.08% 0.44% -
HSV(B) 336.67º 0.15% 0.47% -
XYZ 15.26 14.6 16.48 -
YUV 108.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 120 102 109 0 0.15 0.09 0.53 336.67 0.08 0.44
Hex 78 66 6D 0 F 9 35 151 8 2C
Octal 170 146 155 0 17 11 65 521 10 54
Binary 1111000 1100110 1101101 0 1111 1001 110101 101010001 1000 101100

Color Harmonies of #78666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78666D

Black with #78666D

Text Example


Text Example

White with #78666D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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