Html Css Color HEX #78676F Scorpion

📋 copy color: '#78676F'

red 120 ◦ green 103 ◦ blue 111

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

Shades of Scorpion #78676F

Tints of Scorpion #78676F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.84%

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

R = 35.93%
G = 30.84%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78676F (or 0x78676F) is known color: Scorpion. HEX triplet: 78, 67 and 6F. RGB value is (120,103,111). Sum of RGB (Red+Green+Blue) = 120+103+111=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 120 - color contains mainly: red. Hex color #78676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78676F is #879890. Grayscale: #6C6C6C. Windows color (decimal): -8886417 or 7300984. OLE color: 7300984.

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

Color convert

RGB 120 103 111 -
CMYK 0 0.14 0.08 0.53
HSL 331.76º 0.08% 0.44% -
HSV(B) 331.76º 0.14% 0.47% -
XYZ 15.47 14.84 17.09 -
YUV 109 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 120 103 111 0 0.14 0.08 0.53 331.76 0.08 0.44
Hex 78 67 6F 0 E 8 35 14C 8 2C
Octal 170 147 157 0 16 10 65 514 10 54
Binary 1111000 1100111 1101111 0 1110 1000 110101 101001100 1000 101100

Color Harmonies of #78676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78676F

Black with #78676F

Text Example


Text Example

White with #78676F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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