Html Css Color HEX #78705F Pablo

📋 copy color: '#78705F'

red 120 ◦ green 112 ◦ blue 95

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

Shades of Pablo #78705F

Tints of Pablo #78705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.05%

R = 36.7%
G = 34.25%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#78705F (or 0x78705F) is known color: Pablo. HEX triplet: 78, 70 and 5F. RGB value is (120,112,95). Sum of RGB (Red+Green+Blue) = 120+112+95=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 120 - color contains mainly: red. Hex color #78705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78705F is #878FA0. Grayscale: #707070. Windows color (decimal): -8884129 or 6254712. OLE color: 6254712.

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

Color convert

RGB 120 112 95 -
CMYK 0 0.07 0.21 0.53
HSL 40.8º 0.12% 0.42% -
HSV(B) 40.8º 0.21% 0.47% -
XYZ 15.61 16.41 13.17 -
YUV 112.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 120 112 95 0 0.07 0.21 0.53 40.8 0.12 0.42
Hex 78 70 5F 0 7 15 35 29 C 2A
Octal 170 160 137 0 7 25 65 51 14 52
Binary 1111000 1110000 1011111 0 111 10101 110101 101001 1100 101010

Color Harmonies of #78705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78705F

Black with #78705F

Text Example


Text Example

White with #78705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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