Html Css Color HEX #765C36 Shingle Fawn

📋 copy color: '#765C36'

red 118 ◦ green 92 ◦ blue 54

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

Shades of Shingle Fawn #765C36

Tints of Shingle Fawn #765C36

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.85%

 BLUE value IS 54 (21.48% from 255) = 20.45%

R = 44.7%
G = 34.85%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#765C36 (or 0x765C36) is known color: Shingle Fawn. HEX triplet: 76, 5C and 36. RGB value is (118,92,54). Sum of RGB (Red+Green+Blue) = 118+92+54=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #765C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C36 is #89A3C9. Grayscale: #5F5F5F. Windows color (decimal): -9020362 or 3562614. OLE color: 3562614.

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

Color convert

RGB 118 92 54 -
CMYK 0 0.22 0.54 0.54
HSL 35.63º 0.37% 0.34% -
HSV(B) 35.63º 0.54% 0.46% -
XYZ 11.96 11.77 5.13 -
YUV 95.44 104.61 144.09 -
System Red Green Blue C M Y K H S L
Decimal 118 92 54 0 0.22 0.54 0.54 35.63 0.37 0.34
Hex 76 5C 36 0 16 36 36 24 25 22
Octal 166 134 66 0 26 66 66 44 45 42
Binary 1110110 1011100 110110 0 10110 110110 110110 100100 100101 100010

Color Harmonies of #765C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C36

Black with #765C36

Text Example


Text Example

White with #765C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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