Html Css Color HEX #765A38 Shingle Fawn

📋 copy color: '#765A38'

red 118 ◦ green 90 ◦ blue 56

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

Shades of Shingle Fawn #765A38

Tints of Shingle Fawn #765A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.21%

R = 44.7%
G = 34.09%
B = 21.21%

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

#765A38 (or 0x765A38) is known color: Shingle Fawn. HEX triplet: 76, 5A and 38. RGB value is (118,90,56). Sum of RGB (Red+Green+Blue) = 118+90+56=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #765A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A38 is #89A5C7. Grayscale: #5E5E5E. Windows color (decimal): -9020872 or 3693174. OLE color: 3693174.

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

Color convert

RGB 118 90 56 -
CMYK 0 0.24 0.53 0.54
HSL 32.9º 0.36% 0.34% -
HSV(B) 32.9º 0.53% 0.46% -
XYZ 11.84 11.45 5.33 -
YUV 94.5 106.28 144.76 -
System Red Green Blue C M Y K H S L
Decimal 118 90 56 0 0.24 0.53 0.54 32.9 0.36 0.34
Hex 76 5A 38 0 18 35 36 21 24 22
Octal 166 132 70 0 30 65 66 41 44 42
Binary 1110110 1011010 111000 0 11000 110101 110110 100001 100100 100010

Color Harmonies of #765A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A38

Black with #765A38

Text Example


Text Example

White with #765A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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