#765F40

Color #765F40 Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #765F40

Tints of Shingle Fawn #765F40

Color information

#765F40 (or 0x765F40) is unknown color: approx Shingle Fawn. HEX triplet: 76, 5F and 40. RGB value is (118,95,64). Sum of RGB (Red+Green+Blue) = 118+95+64=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #765F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765F40 is #89A0BF. Grayscale: #626262. Windows color (decimal): -9019584 or 4218742. OLE color: 4218742.

HSL color Cylindrical-coordinate representation of color #765F40: hue angle of 34.44º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #765F40 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1189564-
CMYK00.190.460.54
HSL34.44º29.67%35.69%-
HSV(B)34.44º45.76%46.27%-
XYZ12.4912.416.59-
YUV98.34108.62142.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 95 (37.5% from 255) = 34.30%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=42.60%
G=34.30%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118956400.190.460.5434.4429.6735.69
Hex765F400132E36221e24
Octal1661371000235666423644
Binary11101101011111100000001001110111011011010001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765F40; }

 p { color: rgb(118,95,64); }

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

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

 a { background-color: rgb(118,95,64); }

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

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

 span { border-color: rgb(118,95,64); }

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