Html Css Color HEX #765A37 Shingle Fawn

📋 copy color: '#765A37'

red 118 ◦ green 90 ◦ blue 55

#765A37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shingle Fawn #765A37

Tints of Shingle Fawn #765A37

RGB

 RED value IS 118 (46.48% from 255) = 44.87%

 GREEN value IS 90 (35.55% from 255) = 34.22%

 BLUE value IS 55 (21.88% from 255) = 20.91%

R = 44.87%
G = 34.22%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#765A37 (or 0x765A37) is known color: Shingle Fawn. HEX triplet: 76, 5A and 37. RGB value is (118,90,55). Sum of RGB (Red+Green+Blue) = 118+90+55=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #765A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A37 is #89A5C8. Grayscale: #5E5E5E. Windows color (decimal): -9020873 or 3627638. OLE color: 3627638.

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

Color convert

RGB 118 90 55 -
CMYK 0 0.24 0.53 0.54
HSL 33.33º 0.36% 0.34% -
HSV(B) 33.33º 0.53% 0.46% -
XYZ 11.82 11.44 5.2 -
YUV 94.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 118 90 55 0 0.24 0.53 0.54 33.33 0.36 0.34
Hex 76 5A 37 0 18 35 36 21 24 22
Octal 166 132 67 0 30 65 66 41 44 42
Binary 1110110 1011010 110111 0 11000 110101 110110 100001 100100 100010

Color Harmonies of #765A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A37

Black with #765A37

Text Example


Text Example

White with #765A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #765A37;
 }
 .AnyTagClassName
 {
   color: #765A37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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