Html Css Color HEX #78666F Scorpion

📋 copy color: '#78666F'

red 120 ◦ green 102 ◦ blue 111

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

Shades of Scorpion #78666F

Tints of Scorpion #78666F

RGB

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

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

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

R = 36.04%
G = 30.63%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78666F (or 0x78666F) is known color: Scorpion. HEX triplet: 78, 66 and 6F. RGB value is (120,102,111). Sum of RGB (Red+Green+Blue) = 120+102+111=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 120 - color contains mainly: red. Hex color #78666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78666F is #879990. Grayscale: #6C6C6C. Windows color (decimal): -8886673 or 7300728. OLE color: 7300728.

HSL color Cylindrical-coordinate representation of color #78666F: hue angle of 330º 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 #78666F is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 102 111 -
CMYK 0 0.15 0.08 0.53
HSL 330º 0.08% 0.44% -
HSV(B) 330º 0.15% 0.47% -
XYZ 15.37 14.64 17.06 -
YUV 108.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 120 102 111 0 0.15 0.08 0.53 330 0.08 0.44
Hex 78 66 6F 0 F 8 35 14A 8 2C
Octal 170 146 157 0 17 10 65 512 10 54
Binary 1111000 1100110 1101111 0 1111 1000 110101 101001010 1000 101100

Color Harmonies of #78666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78666F

Black with #78666F

Text Example


Text Example

White with #78666F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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