Html Css Color HEX #787160 Pablo

📋 copy color: '#787160'

red 120 ◦ green 113 ◦ blue 96

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

Shades of Pablo #787160

Tints of Pablo #787160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.35%

 BLUE value IS 96 (37.89% from 255) = 29.18%

R = 36.47%
G = 34.35%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#787160 (or 0x787160) is known color: Pablo. HEX triplet: 78, 71 and 60. RGB value is (120,113,96). Sum of RGB (Red+Green+Blue) = 120+113+96=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 120 - color contains mainly: red. Hex color #787160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787160 is #878E9F. Grayscale: #717171. Windows color (decimal): -8883872 or 6320504. OLE color: 6320504.

HSL color Cylindrical-coordinate representation of color #787160: hue angle of 42.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #787160 is Cyan = 0, Magento = 0.06, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 113 96 -
CMYK 0 0.06 0.2 0.53
HSL 42.5º 0.11% 0.42% -
HSV(B) 42.5º 0.2% 0.47% -
XYZ 15.76 16.65 13.45 -
YUV 113.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 120 113 96 0 0.06 0.2 0.53 42.5 0.11 0.42
Hex 78 71 60 0 6 14 35 2A B 2A
Octal 170 161 140 0 6 24 65 52 13 52
Binary 1111000 1110001 1100000 0 110 10100 110101 101010 1011 101010

Color Harmonies of #787160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787160

Black with #787160

Text Example


Text Example

White with #787160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787160; }

 p { color: rgb(120,113,96); }

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

background-color css

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

 a { background-color: rgb(120,113,96); }

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

border-color css

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

 span { border-color: rgb(120,113,96); }

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