Html Css Color HEX #78636A Scorpion

📋 copy color: '#78636A'

red 120 ◦ green 99 ◦ blue 106

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

Shades of Scorpion #78636A

Tints of Scorpion #78636A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.46%

 BLUE value IS 106 (41.8% from 255) = 32.62%

R = 36.92%
G = 30.46%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#78636A (or 0x78636A) is known color: Scorpion. HEX triplet: 78, 63 and 6A. RGB value is (120,99,106). Sum of RGB (Red+Green+Blue) = 120+99+106=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #78636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78636A is #879C95. Grayscale: #6A6A6A. Windows color (decimal): -8887446 or 6972280. OLE color: 6972280.

HSL color Cylindrical-coordinate representation of color #78636A: hue angle of 340º 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 #78636A is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 99 106 -
CMYK 0 0.17 0.12 0.53
HSL 340º 0.1% 0.43% -
HSV(B) 340º 0.18% 0.47% -
XYZ 14.81 13.96 15.55 -
YUV 106.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 120 99 106 0 0.17 0.12 0.53 340 0.1 0.43
Hex 78 63 6A 0 11 C 35 154 A 2B
Octal 170 143 152 0 21 14 65 524 12 53
Binary 1111000 1100011 1101010 0 10001 1100 110101 101010100 1010 101011

Color Harmonies of #78636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78636A

Black with #78636A

Text Example


Text Example

White with #78636A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78636A;
 }
 .AnyTagClassName
 {
   color: #78636A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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