Html Css Color HEX #78686F Scorpion

📋 copy color: '#78686F'

red 120 ◦ green 104 ◦ blue 111

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

Shades of Scorpion #78686F

Tints of Scorpion #78686F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.04%

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

R = 35.82%
G = 31.04%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78686F (or 0x78686F) is known color: Scorpion. HEX triplet: 78, 68 and 6F. RGB value is (120,104,111). Sum of RGB (Red+Green+Blue) = 120+104+111=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #78686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78686F is #879790. Grayscale: #6D6D6D. Windows color (decimal): -8886161 or 7301240. OLE color: 7301240.

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

Color convert

RGB 120 104 111 -
CMYK 0 0.13 0.08 0.53
HSL 333.75º 0.07% 0.44% -
HSV(B) 333.75º 0.13% 0.47% -
XYZ 15.57 15.04 17.12 -
YUV 109.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 120 104 111 0 0.13 0.08 0.53 333.75 0.07 0.44
Hex 78 68 6F 0 D 8 35 14E 7 2C
Octal 170 150 157 0 15 10 65 516 7 54
Binary 1111000 1101000 1101111 0 1101 1000 110101 101001110 111 101100

Color Harmonies of #78686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78686F

Black with #78686F

Text Example


Text Example

White with #78686F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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