#767061

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

Shades of Pablo #767061

Tints of Pablo #767061

Color information

#767061 (or 0x767061) is unknown color: approx Pablo. HEX triplet: 76, 70 and 61. RGB value is (118,112,97). Sum of RGB (Red+Green+Blue) = 118+112+97=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 118 - color contains mainly: red. Hex color #767061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767061 is #898F9E. Grayscale: #707070. Windows color (decimal): -9015199 or 6385782. OLE color: 6385782.

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

Color convert

RGB11811297-
CMYK00.050.180.54
HSL42.86º9.77%42.16%-
HSV(B)42.86º17.8%46.27%-
XYZ15.4216.313.64-
YUV112.08119.49132.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 97 (38.28% from 255) = 29.66%
R=36.09%
G=34.25%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181129700.050.180.5442.869.7742.16
Hex7670610512362ba2a
Octal166160141052266531252
Binary1110110111000011000010101100101101101010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767061; }

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

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

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

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

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

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

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

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