Html Css Color HEX #78705B Pablo

📋 copy color: '#78705B'

red 120 ◦ green 112 ◦ blue 91

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

Shades of Pablo #78705B

Tints of Pablo #78705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.17%

R = 37.15%
G = 34.67%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#78705B (or 0x78705B) is known color: Pablo. HEX triplet: 78, 70 and 5B. RGB value is (120,112,91). Sum of RGB (Red+Green+Blue) = 120+112+91=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #78705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78705B is #878FA4. Grayscale: #707070. Windows color (decimal): -8884133 or 5992568. OLE color: 5992568.

HSL color Cylindrical-coordinate representation of color #78705B: hue angle of 43.45º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #78705B is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 112 91 -
CMYK 0 0.07 0.24 0.53
HSL 43.45º 0.14% 0.41% -
HSV(B) 43.45º 0.24% 0.47% -
XYZ 15.43 16.34 12.24 -
YUV 112 116.15 133.71 -
System Red Green Blue C M Y K H S L
Decimal 120 112 91 0 0.07 0.24 0.53 43.45 0.14 0.41
Hex 78 70 5B 0 7 18 35 2B E 29
Octal 170 160 133 0 7 30 65 53 16 51
Binary 1111000 1110000 1011011 0 111 11000 110101 101011 1110 101001

Color Harmonies of #78705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78705B

Black with #78705B

Text Example


Text Example

White with #78705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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