Html Css Color HEX #765E40 Shingle Fawn

📋 copy color: '#765E40'

red 118 ◦ green 94 ◦ blue 64

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

Shades of Shingle Fawn #765E40

Tints of Shingle Fawn #765E40

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.06%

 BLUE value IS 64 (25.39% from 255) = 23.19%

R = 42.75%
G = 34.06%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#765E40 (or 0x765E40) is known color: Shingle Fawn. HEX triplet: 76, 5E and 40. RGB value is (118,94,64). Sum of RGB (Red+Green+Blue) = 118+94+64=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #765E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E40 is #89A1BF. Grayscale: #616161. Windows color (decimal): -9019840 or 4218486. OLE color: 4218486.

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

Color convert

RGB 118 94 64 -
CMYK 0 0.20 0.46 0.54
HSL 33.33º 0.3% 0.36% -
HSV(B) 33.33º 0.46% 0.46% -
XYZ 12.4 12.23 6.56 -
YUV 97.76 108.95 142.44 -
System Red Green Blue C M Y K H S L
Decimal 118 94 64 0 0.20 0.46 0.54 33.33 0.3 0.36
Hex 76 5E 40 0 14 2E 36 21 1E 24
Octal 166 136 100 0 24 56 66 41 36 44
Binary 1110110 1011110 1000000 0 10100 101110 110110 100001 11110 100100

Color Harmonies of #765E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E40

Black with #765E40

Text Example


Text Example

White with #765E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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