#756B69

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

Shades of Pharlap #756B69

Tints of Pharlap #756B69

Color information

#756B69 (or 0x756B69) is unknown color: approx Pharlap. HEX triplet: 75, 6B and 69. RGB value is (117,107,105). Sum of RGB (Red+Green+Blue) = 117+107+105=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #756B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B69 is #8A9496. Grayscale: #6D6D6D. Windows color (decimal): -9082007 or 6908789. OLE color: 6908789.

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

Color convert

RGB117107105-
CMYK00.090.100.54
HSL10º5.41%43.53%-
HSV(B)10º10.26%45.88%-
XYZ15.1415.3215.52-
YUV109.76125.31133.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 105 (41.41% from 255) = 31.91%
R=35.56%
G=32.52%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710710500.090.100.54105.4143.53
Hex756B6909A36a52c
Octal165153151011126612554
Binary1110101110101111010010100110101101101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756B69; }

 p { color: rgb(117,107,105); }

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

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

 a { background-color: rgb(117,107,105); }

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

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

 span { border-color: rgb(117,107,105); }

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