Html Css Color HEX #78686E Scorpion

📋 copy color: '#78686E'

red 120 ◦ green 104 ◦ blue 110

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

Shades of Scorpion #78686E

Tints of Scorpion #78686E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.93%

R = 35.93%
G = 31.14%
B = 32.93%

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

#78686E (or 0x78686E) is known color: Scorpion. HEX triplet: 78, 68 and 6E. RGB value is (120,104,110). Sum of RGB (Red+Green+Blue) = 120+104+110=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 120 - color contains mainly: red. Hex color #78686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78686E is #879791. Grayscale: #6D6D6D. Windows color (decimal): -8886162 or 7235704. OLE color: 7235704.

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

Color convert

RGB 120 104 110 -
CMYK 0 0.13 0.08 0.53
HSL 337.5º 0.07% 0.44% -
HSV(B) 337.5º 0.13% 0.47% -
XYZ 15.51 15.02 16.83 -
YUV 109.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 120 104 110 0 0.13 0.08 0.53 337.5 0.07 0.44
Hex 78 68 6E 0 D 8 35 152 7 2C
Octal 170 150 156 0 15 10 65 522 7 54
Binary 1111000 1101000 1101110 0 1101 1000 110101 101010010 111 101100

Color Harmonies of #78686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78686E

Black with #78686E

Text Example


Text Example

White with #78686E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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