Html Css Color HEX #78705D Pablo

📋 copy color: '#78705D'

red 120 ◦ green 112 ◦ blue 93

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

Shades of Pablo #78705D

Tints of Pablo #78705D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.46%

 BLUE value IS 93 (36.72% from 255) = 28.62%

R = 36.92%
G = 34.46%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#78705D (or 0x78705D) is known color: Pablo. HEX triplet: 78, 70 and 5D. RGB value is (120,112,93). Sum of RGB (Red+Green+Blue) = 120+112+93=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #78705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78705D is #878FA2. Grayscale: #707070. Windows color (decimal): -8884131 or 6123640. OLE color: 6123640.

HSL color Cylindrical-coordinate representation of color #78705D: hue angle of 42.22º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78705D is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 112 93 -
CMYK 0 0.07 0.22 0.53
HSL 42.22º 0.13% 0.42% -
HSV(B) 42.22º 0.23% 0.47% -
XYZ 15.52 16.37 12.7 -
YUV 112.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 120 112 93 0 0.07 0.22 0.53 42.22 0.13 0.42
Hex 78 70 5D 0 7 16 35 2A D 2A
Octal 170 160 135 0 7 26 65 52 15 52
Binary 1111000 1110000 1011101 0 111 10110 110101 101010 1101 101010

Color Harmonies of #78705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78705D

Black with #78705D

Text Example


Text Example

White with #78705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78705D; }

 p { color: rgb(120,112,93); }

 H1.HeaderClassName
 {
   color: #78705D;
 }
 .AnyTagClassName
 {
   color: #78705D;
 }
</style>

background-color css

<style>
 a { background-color: #78705D; }

 a { background-color: rgb(120,112,93); }

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

border-color css

<style>
 span { border-color: #78705D; }

 span { border-color: rgb(120,112,93); }

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