Html Css Color HEX #78626B Scorpion

📋 copy color: '#78626B'

red 120 ◦ green 98 ◦ blue 107

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

Shades of Scorpion #78626B

Tints of Scorpion #78626B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.15%

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

R = 36.92%
G = 30.15%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78626B (or 0x78626B) is known color: Scorpion. HEX triplet: 78, 62 and 6B. RGB value is (120,98,107). Sum of RGB (Red+Green+Blue) = 120+98+107=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #78626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78626B is #879D94. Grayscale: #696969. Windows color (decimal): -8887701 or 7037560. OLE color: 7037560.

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

Color convert

RGB 120 98 107 -
CMYK 0 0.18 0.11 0.53
HSL 335.45º 0.1% 0.43% -
HSV(B) 335.45º 0.18% 0.47% -
XYZ 14.77 13.79 15.79 -
YUV 105.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 120 98 107 0 0.18 0.11 0.53 335.45 0.1 0.43
Hex 78 62 6B 0 12 B 35 14F A 2B
Octal 170 142 153 0 22 13 65 517 12 53
Binary 1111000 1100010 1101011 0 10010 1011 110101 101001111 1010 101011

Color Harmonies of #78626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78626B

Black with #78626B

Text Example


Text Example

White with #78626B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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