Html Css Color HEX #787061 Pablo

📋 copy color: '#787061'

red 120 ◦ green 112 ◦ blue 97

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

Shades of Pablo #787061

Tints of Pablo #787061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.48%

R = 36.47%
G = 34.04%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#787061 (or 0x787061) is known color: Pablo. HEX triplet: 78, 70 and 61. RGB value is (120,112,97). Sum of RGB (Red+Green+Blue) = 120+112+97=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 120 - color contains mainly: red. Hex color #787061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787061 is #878F9E. Grayscale: #707070. Windows color (decimal): -8884127 or 6385784. OLE color: 6385784.

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

Color convert

RGB 120 112 97 -
CMYK 0 0.07 0.19 0.53
HSL 39.13º 0.11% 0.43% -
HSV(B) 39.13º 0.19% 0.47% -
XYZ 15.7 16.44 13.66 -
YUV 112.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 120 112 97 0 0.07 0.19 0.53 39.13 0.11 0.43
Hex 78 70 61 0 7 13 35 27 B 2B
Octal 170 160 141 0 7 23 65 47 13 53
Binary 1111000 1110000 1100001 0 111 10011 110101 100111 1011 101011

Color Harmonies of #787061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787061

Black with #787061

Text Example


Text Example

White with #787061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787061; }

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

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

background-color css

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

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

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

border-color css

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

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

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