#767063

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

Shades of Pablo #767063

Tints of Pablo #767063

Color information

#767063 (or 0x767063) is unknown color: approx Pablo. HEX triplet: 76, 70 and 63. RGB value is (118,112,99). Sum of RGB (Red+Green+Blue) = 118+112+99=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #767063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767063 is #898F9C. Grayscale: #707070. Windows color (decimal): -9015197 or 6516854. OLE color: 6516854.

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

Color convert

RGB11811299-
CMYK00.050.160.54
HSL41.05º8.76%42.55%-
HSV(B)41.05º16.1%46.27%-
XYZ15.5216.3414.14-
YUV112.31120.49132.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=35.87%
G=34.04%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181129900.050.160.5441.058.7642.55
Hex7670630510362992b
Octal166160143052066511153
Binary1110110111000011000110101100001101101010011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767063; }

 p { color: rgb(118,112,99); }

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

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

 a { background-color: rgb(118,112,99); }

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

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

 span { border-color: rgb(118,112,99); }

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