Html Css Color HEX #78666B Scorpion

📋 copy color: '#78666B'

red 120 ◦ green 102 ◦ blue 107

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

Shades of Scorpion #78666B

Tints of Scorpion #78666B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 36.47%
G = 31%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78666B (or 0x78666B) is known color: Scorpion. HEX triplet: 78, 66 and 6B. RGB value is (120,102,107). Sum of RGB (Red+Green+Blue) = 120+102+107=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 120 - color contains mainly: red. Hex color #78666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78666B is #879994. Grayscale: #6B6B6B. Windows color (decimal): -8886677 or 7038584. OLE color: 7038584.

HSL color Cylindrical-coordinate representation of color #78666B: hue angle of 343.33º 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 #78666B is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 102 107 -
CMYK 0 0.15 0.11 0.53
HSL 343.33º 0.08% 0.44% -
HSV(B) 343.33º 0.15% 0.47% -
XYZ 15.15 14.56 15.92 -
YUV 107.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 120 102 107 0 0.15 0.11 0.53 343.33 0.08 0.44
Hex 78 66 6B 0 F B 35 157 8 2C
Octal 170 146 153 0 17 13 65 527 10 54
Binary 1111000 1100110 1101011 0 1111 1011 110101 101010111 1000 101100

Color Harmonies of #78666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78666B

Black with #78666B

Text Example


Text Example

White with #78666B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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