#765F37

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

Shades of Shingle Fawn #765F37

Tints of Shingle Fawn #765F37

Color information

#765F37 (or 0x765F37) is unknown color: approx Shingle Fawn. HEX triplet: 76, 5F and 37. RGB value is (118,95,55). Sum of RGB (Red+Green+Blue) = 118+95+55=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #765F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765F37 is #89A0C8. Grayscale: #616161. Windows color (decimal): -9019593 or 3628918. OLE color: 3628918.

HSL color Cylindrical-coordinate representation of color #765F37: hue angle of 38.1º 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 #765F37 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB1189555-
CMYK00.190.530.54
HSL38.1º36.42%33.92%-
HSV(B)38.1º53.39%46.27%-
XYZ12.2512.315.35-
YUV97.32104.12142.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 95 (37.5% from 255) = 35.45%
BLUE value IS 55 (21.88% from 255) = 20.52%
R=44.03%
G=35.45%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118955500.190.530.5438.136.4233.92
Hex765F370133536262422
Octal166137670236566464442
Binary11101101011111110111010011110101110110100110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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