Html Css Color HEX #777264 Pablo

📋 copy color: '#777264'

red 119 ◦ green 114 ◦ blue 100

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

Shades of Pablo #777264

Tints of Pablo #777264

RGB

 RED value IS 119 (46.88% from 255) = 35.74%

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

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

R = 35.74%
G = 34.23%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#777264 (or 0x777264) is known color: Pablo. HEX triplet: 77, 72 and 64. RGB value is (119,114,100). Sum of RGB (Red+Green+Blue) = 119+114+100=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 119 - color contains mainly: red. Hex color #777264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777264 is #888D9B. Grayscale: #717171. Windows color (decimal): -8949148 or 6582903. OLE color: 6582903.

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

Color convert

RGB 119 114 100 -
CMYK 0 0.04 0.16 0.53
HSL 44.21º 0.09% 0.43% -
HSV(B) 44.21º 0.16% 0.47% -
XYZ 15.93 16.88 14.47 -
YUV 113.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 119 114 100 0 0.04 0.16 0.53 44.21 0.09 0.43
Hex 77 72 64 0 4 10 35 2C 9 2B
Octal 167 162 144 0 4 20 65 54 11 53
Binary 1110111 1110010 1100100 0 100 10000 110101 101100 1001 101011

Color Harmonies of #777264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777264

Black with #777264

Text Example


Text Example

White with #777264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777264; }

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

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

background-color css

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

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

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

border-color css

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

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

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