Html Css Color HEX #78666C Scorpion

📋 copy color: '#78666C'

red 120 ◦ green 102 ◦ blue 108

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

Shades of Scorpion #78666C

Tints of Scorpion #78666C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.91%

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

R = 36.36%
G = 30.91%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#78666C (or 0x78666C) is known color: Scorpion. HEX triplet: 78, 66 and 6C. RGB value is (120,102,108). Sum of RGB (Red+Green+Blue) = 120+102+108=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 120 - color contains mainly: red. Hex color #78666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78666C is #879993. Grayscale: #6C6C6C. Windows color (decimal): -8886676 or 7104120. OLE color: 7104120.

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

Color convert

RGB 120 102 108 -
CMYK 0 0.15 0.10 0.53
HSL 340º 0.08% 0.44% -
HSV(B) 340º 0.15% 0.47% -
XYZ 15.2 14.58 16.2 -
YUV 108.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 120 102 108 0 0.15 0.10 0.53 340 0.08 0.44
Hex 78 66 6C 0 F A 35 154 8 2C
Octal 170 146 154 0 17 12 65 524 10 54
Binary 1111000 1100110 1101100 0 1111 1010 110101 101010100 1000 101100

Color Harmonies of #78666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78666C

Black with #78666C

Text Example


Text Example

White with #78666C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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