Html Css Color HEX #787060 Pablo

📋 copy color: '#787060'

red 120 ◦ green 112 ◦ blue 96

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

Shades of Pablo #787060

Tints of Pablo #787060

RGB

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

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

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

R = 36.59%
G = 34.15%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#787060 (or 0x787060) is known color: Pablo. HEX triplet: 78, 70 and 60. RGB value is (120,112,96). Sum of RGB (Red+Green+Blue) = 120+112+96=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 120 - color contains mainly: red. Hex color #787060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787060 is #878F9F. Grayscale: #707070. Windows color (decimal): -8884128 or 6320248. OLE color: 6320248.

HSL color Cylindrical-coordinate representation of color #787060: hue angle of 40º 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 #787060 is Cyan = 0, Magento = 0.07, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 112 96 -
CMYK 0 0.07 0.2 0.53
HSL 40º 0.11% 0.42% -
HSV(B) 40º 0.2% 0.47% -
XYZ 15.65 16.43 13.41 -
YUV 112.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 120 112 96 0 0.07 0.2 0.53 40 0.11 0.42
Hex 78 70 60 0 7 14 35 28 B 2A
Octal 170 160 140 0 7 24 65 50 13 52
Binary 1111000 1110000 1100000 0 111 10100 110101 101000 1011 101010

Color Harmonies of #787060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787060

Black with #787060

Text Example


Text Example

White with #787060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787060; }

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

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

background-color css

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

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

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

border-color css

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

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

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