Html Css Color HEX #777266 Pablo

📋 copy color: '#777266'

red 119 ◦ green 114 ◦ blue 102

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

Shades of Pablo #777266

Tints of Pablo #777266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.45%

R = 35.52%
G = 34.03%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#777266 (or 0x777266) is known color: Pablo. HEX triplet: 77, 72 and 66. RGB value is (119,114,102). Sum of RGB (Red+Green+Blue) = 119+114+102=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 119 - color contains mainly: red. Hex color #777266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777266 is #888D99. Grayscale: #727272. Windows color (decimal): -8949146 or 6713975. OLE color: 6713975.

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

Color convert

RGB 119 114 102 -
CMYK 0 0.04 0.14 0.53
HSL 42.35º 0.08% 0.43% -
HSV(B) 42.35º 0.14% 0.47% -
XYZ 16.02 16.92 14.99 -
YUV 114.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 119 114 102 0 0.04 0.14 0.53 42.35 0.08 0.43
Hex 77 72 66 0 4 E 35 2A 8 2B
Octal 167 162 146 0 4 16 65 52 10 53
Binary 1110111 1110010 1100110 0 100 1110 110101 101010 1000 101011

Color Harmonies of #777266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777266

Black with #777266

Text Example


Text Example

White with #777266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777266; }

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

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

background-color css

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

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

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

border-color css

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

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

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