Html Css Color HEX #787264 Pablo

📋 copy color: '#787264'

red 120 ◦ green 114 ◦ blue 100

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

Shades of Pablo #787264

Tints of Pablo #787264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.94%

R = 35.93%
G = 34.13%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#787264 (or 0x787264) is known color: Pablo. HEX triplet: 78, 72 and 64. RGB value is (120,114,100). Sum of RGB (Red+Green+Blue) = 120+114+100=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 120 - color contains mainly: red. Hex color #787264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787264 is #878D9B. Grayscale: #727272. Windows color (decimal): -8883612 or 6582904. OLE color: 6582904.

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

Color convert

RGB 120 114 100 -
CMYK 0 0.05 0.17 0.53
HSL 42º 0.09% 0.43% -
HSV(B) 42º 0.17% 0.47% -
XYZ 16.06 16.95 14.48 -
YUV 114.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 120 114 100 0 0.05 0.17 0.53 42 0.09 0.43
Hex 78 72 64 0 5 11 35 2A 9 2B
Octal 170 162 144 0 5 21 65 52 11 53
Binary 1111000 1110010 1100100 0 101 10001 110101 101010 1001 101011

Color Harmonies of #787264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787264

Black with #787264

Text Example


Text Example

White with #787264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787264; }

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

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

background-color css

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

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

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

border-color css

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

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

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