#777267

Color #777267 Pablo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pablo #777267

Tints of Pablo #777267

Color information

#777267 (or 0x777267) is unknown color: approx Pablo. HEX triplet: 77, 72 and 67. RGB value is (119,114,103). Sum of RGB (Red+Green+Blue) = 119+114+103=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 119 - color contains mainly: red. Hex color #777267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777267 is #888D98. Grayscale: #727272. Windows color (decimal): -8949145 or 6779511. OLE color: 6779511.

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

Color convert

RGB119114103-
CMYK00.040.130.53
HSL41.25º7.21%43.53%-
HSV(B)41.25º13.45%46.67%-
XYZ16.0716.9415.25-
YUV114.24121.66131.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 103 (40.62% from 255) = 30.65%
R=35.42%
G=33.93%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911410300.040.130.5341.257.2143.53
Hex77726704D352972c
Octal16716214704156551754
Binary11101111110010110011101001101110101101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777267; }

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

 H1.HeaderClassName
 {
   color: #777267;
 }
 .AnyTagClassName
 {
   color: #777267;
 }
</style>
background-color css

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

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

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

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

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

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