#765B37

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

Shades of Shingle Fawn #765B37

Tints of Shingle Fawn #765B37

Color information

#765B37 (or 0x765B37) is unknown color: approx Shingle Fawn. HEX triplet: 76, 5B and 37. RGB value is (118,91,55). Sum of RGB (Red+Green+Blue) = 118+91+55=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #765B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B37 is #89A4C8. Grayscale: #5F5F5F. Windows color (decimal): -9020617 or 3627894. OLE color: 3627894.

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

Color convert

RGB1189155-
CMYK00.230.530.54
HSL34.29º36.42%33.92%-
HSV(B)34.29º53.39%46.27%-
XYZ11.911.615.23-
YUV94.97105.45144.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 91 (35.94% from 255) = 34.47%
BLUE value IS 55 (21.88% from 255) = 20.83%
R=44.70%
G=34.47%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118915500.230.530.5434.2936.4233.92
Hex765B370173536222422
Octal166133670276566424442
Binary11101101011011110111010111110101110110100010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,91,55); }

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

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

 a { background-color: rgb(118,91,55); }

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

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

 span { border-color: rgb(118,91,55); }

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