Html Css Color HEX #78606C Scorpion

📋 copy color: '#78606C'

red 120 ◦ green 96 ◦ blue 108

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

Shades of Scorpion #78606C

Tints of Scorpion #78606C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.63%

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 37.04%
G = 29.63%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#78606C (or 0x78606C) is known color: Scorpion. HEX triplet: 78, 60 and 6C. RGB value is (120,96,108). Sum of RGB (Red+Green+Blue) = 120+96+108=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 120 - color contains mainly: red. Hex color #78606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78606C is #879F93. Grayscale: #686868. Windows color (decimal): -8888212 or 7102584. OLE color: 7102584.

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

Color convert

RGB 120 96 108 -
CMYK 0 0.2 0.10 0.53
HSL 330º 0.11% 0.42% -
HSV(B) 330º 0.2% 0.47% -
XYZ 14.64 13.44 16.01 -
YUV 104.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 120 96 108 0 0.2 0.10 0.53 330 0.11 0.42
Hex 78 60 6C 0 14 A 35 14A B 2A
Octal 170 140 154 0 24 12 65 512 13 52
Binary 1111000 1100000 1101100 0 10100 1010 110101 101001010 1011 101010

Color Harmonies of #78606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78606C

Black with #78606C

Text Example


Text Example

White with #78606C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78606C;
 }
 .AnyTagClassName
 {
   color: #78606C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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