#767163

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

Shades of Pablo #767163

Tints of Pablo #767163

Color information

#767163 (or 0x767163) is unknown color: approx Pablo. HEX triplet: 76, 71 and 63. RGB value is (118,113,99). Sum of RGB (Red+Green+Blue) = 118+113+99=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #767163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767163 is #898E9C. Grayscale: #707070. Windows color (decimal): -9014941 or 6517110. OLE color: 6517110.

HSL color Cylindrical-coordinate representation of color #767163: hue angle of 44.21º 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 #767163 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB11811399-
CMYK00.040.160.54
HSL44.21º8.76%42.55%-
HSV(B)44.21º16.1%46.27%-
XYZ15.6316.5614.18-
YUV112.9120.16131.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.76%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 99 (39.06% from 255) = 30%
R=35.76%
G=34.24%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181139900.040.160.5444.218.7642.55
Hex7671630410362c92b
Octal166161143042066541153
Binary1110110111000111000110100100001101101011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767163; }

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

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

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

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

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

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

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

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