#767166

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

Shades of Pablo #767166

Tints of Pablo #767166

Color information

#767166 (or 0x767166) is unknown color: approx Pablo. HEX triplet: 76, 71 and 66. RGB value is (118,113,102). Sum of RGB (Red+Green+Blue) = 118+113+102=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #767166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767166 is #898E99. Grayscale: #717171. Windows color (decimal): -9014938 or 6713718. OLE color: 6713718.

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

Color convert

RGB118113102-
CMYK00.040.140.54
HSL41.25º7.27%43.14%-
HSV(B)41.25º13.56%46.27%-
XYZ15.7716.6214.95-
YUV113.24121.66131.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 102 (40.23% from 255) = 30.63%
R=35.44%
G=33.93%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811310200.040.140.5441.257.2743.14
Hex76716604E362972b
Octal16616114604166651753
Binary11101101110001110011001001110110110101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767166; }

 p { color: rgb(118,113,102); }

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

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

 a { background-color: rgb(118,113,102); }

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

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

 span { border-color: rgb(118,113,102); }

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