#78636C

Color #78636C Scorpion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scorpion #78636C

Tints of Scorpion #78636C

Color information

#78636C (or 0x78636C) is unknown color: approx Scorpion. HEX triplet: 78, 63 and 6C. RGB value is (120,99,108). Sum of RGB (Red+Green+Blue) = 120+99+108=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 120 - color contains mainly: red. Hex color #78636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78636C is #879C93. Grayscale: #6A6A6A. Windows color (decimal): -8887444 or 7103352. OLE color: 7103352.

HSL color Cylindrical-coordinate representation of color #78636C: hue angle of 334.29º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #78636C is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB12099108-
CMYK00.170.100.53
HSL334.29º9.59%42.94%-
HSV(B)334.29º17.5%47.06%-
XYZ14.911416.1-
YUV106.3128.96137.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.70%
GREEN value IS 99 (39.06% from 255) = 30.28%
BLUE value IS 108 (42.58% from 255) = 33.03%
R=36.70%
G=30.28%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209910800.170.100.53334.299.5942.94
Hex78636C011A3514ea2b
Octal17014315402112655161253
Binary11110001100011110110001000110101101011010011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78636C; }

 p { color: rgb(120,99,108); }

 H1.HeaderClassName
 {
   color: #78636C;
 }
 .AnyTagClassName
 {
   color: #78636C;
 }
</style>
background-color css

<style>
 a { background-color: #78636C; }

 a { background-color: rgb(120,99,108); }

 div.DivClassName
 {
   background-color: #78636C;
 }
 .BgClassName
 {
   background-color: #78636C;
 }
</style>
border-color css

<style>
 span { border-color: #78636C; }

 span { border-color: rgb(120,99,108); }

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