Html Css Color HEX #787261 Pablo

📋 copy color: '#787261'

red 120 ◦ green 114 ◦ blue 97

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

Shades of Pablo #787261

Tints of Pablo #787261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.44%

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

R = 36.25%
G = 34.44%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#787261 (or 0x787261) is known color: Pablo. HEX triplet: 78, 72 and 61. RGB value is (120,114,97). Sum of RGB (Red+Green+Blue) = 120+114+97=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 120 - color contains mainly: red. Hex color #787261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787261 is #878D9E. Grayscale: #717171. Windows color (decimal): -8883615 or 6386296. OLE color: 6386296.

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

Color convert

RGB 120 114 97 -
CMYK 0 0.05 0.19 0.53
HSL 44.35º 0.11% 0.43% -
HSV(B) 44.35º 0.19% 0.47% -
XYZ 15.92 16.89 13.73 -
YUV 113.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 120 114 97 0 0.05 0.19 0.53 44.35 0.11 0.43
Hex 78 72 61 0 5 13 35 2C B 2B
Octal 170 162 141 0 5 23 65 54 13 53
Binary 1111000 1110010 1100001 0 101 10011 110101 101100 1011 101011

Color Harmonies of #787261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787261

Black with #787261

Text Example


Text Example

White with #787261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787261; }

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

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

background-color css

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

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

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

border-color css

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

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

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