#765C2F

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

Shades of Shingle Fawn #765C2F

Tints of Shingle Fawn #765C2F

Color information

#765C2F (or 0x765C2F) is unknown color: approx Shingle Fawn. HEX triplet: 76, 5C and 2F. RGB value is (118,92,47). Sum of RGB (Red+Green+Blue) = 118+92+47=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #765C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C2F is #89A3D0. Grayscale: #5E5E5E. Windows color (decimal): -9020369 or 3103862. OLE color: 3103862.

HSL color Cylindrical-coordinate representation of color #765C2F: hue angle of 38.03º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #765C2F is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1189247-
CMYK00.220.600.54
HSL38.03º43.03%32.35%-
HSV(B)38.03º60.17%46.27%-
XYZ11.8111.714.33-
YUV94.64101.11144.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 92 (36.33% from 255) = 35.80%
BLUE value IS 47 (18.75% from 255) = 18.29%
R=45.91%
G=35.80%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118924700.220.600.5438.0343.0332.35
Hex765C2F0163C36262b20
Octal166134570267466465340
Binary11101101011100101111010110111100110110100110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,92,47); }

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

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

 a { background-color: rgb(118,92,47); }

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

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

 span { border-color: rgb(118,92,47); }

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