#746F63

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

Shades of Pablo #746F63

Tints of Pablo #746F63

Color information

#746F63 (or 0x746F63) is unknown color: approx Pablo. HEX triplet: 74, 6F and 63. RGB value is (116,111,99). Sum of RGB (Red+Green+Blue) = 116+111+99=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 116 - color contains mainly: red. Hex color #746F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F63 is #8B909C. Grayscale: #6F6F6F. Windows color (decimal): -9146525 or 6516596. OLE color: 6516596.

HSL color Cylindrical-coordinate representation of color #746F63: hue angle of 42.35º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #746F63 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB11611199-
CMYK00.040.150.55
HSL42.35º7.91%42.16%-
HSV(B)42.35º14.66%45.49%-
XYZ15.1415.9814.09-
YUV111.13121.16131.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 111 (43.75% from 255) = 34.05%
BLUE value IS 99 (39.06% from 255) = 30.37%
R=35.58%
G=34.05%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161119900.040.150.5542.357.9142.16
Hex746F6304F372a82a
Octal164157143041767521052
Binary111010011011111100011010011111101111010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746F63; }

 p { color: rgb(116,111,99); }

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

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

 a { background-color: rgb(116,111,99); }

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

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

 span { border-color: rgb(116,111,99); }

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