Html Css Color HEX #78696F Scorpion

📋 copy color: '#78696F'

red 120 ◦ green 105 ◦ blue 111

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

Shades of Scorpion #78696F

Tints of Scorpion #78696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.25%

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 35.71%
G = 31.25%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78696F (or 0x78696F) is known color: Scorpion. HEX triplet: 78, 69 and 6F. RGB value is (120,105,111). Sum of RGB (Red+Green+Blue) = 120+105+111=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 120 - color contains mainly: red. Hex color #78696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78696F is #879690. Grayscale: #6E6E6E. Windows color (decimal): -8885905 or 7301496. OLE color: 7301496.

HSL color Cylindrical-coordinate representation of color #78696F: hue angle of 336º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #78696F is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 105 111 -
CMYK 0 0.13 0.08 0.53
HSL 336º 0.07% 0.44% -
HSV(B) 336º 0.13% 0.47% -
XYZ 15.67 15.24 17.16 -
YUV 110.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 120 105 111 0 0.13 0.08 0.53 336 0.07 0.44
Hex 78 69 6F 0 D 8 35 150 7 2C
Octal 170 151 157 0 15 10 65 520 7 54
Binary 1111000 1101001 1101111 0 1101 1000 110101 101010000 111 101100

Color Harmonies of #78696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78696F

Black with #78696F

Text Example


Text Example

White with #78696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78696F; }

 p { color: rgb(120,105,111); }

 H1.HeaderClassName
 {
   color: #78696F;
 }
 .AnyTagClassName
 {
   color: #78696F;
 }
</style>

background-color css

<style>
 a { background-color: #78696F; }

 a { background-color: rgb(120,105,111); }

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

border-color css

<style>
 span { border-color: #78696F; }

 span { border-color: rgb(120,105,111); }

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