Html Css Color HEX #76522C Shingle Fawn

📋 copy color: '#76522C'

red 118 ◦ green 82 ◦ blue 44

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

Shades of Shingle Fawn #76522C

Tints of Shingle Fawn #76522C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.61%

 BLUE value IS 44 (17.58% from 255) = 18.03%

R = 48.36%
G = 33.61%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76522C (or 0x76522C) is known color: Shingle Fawn. HEX triplet: 76, 52 and 2C. RGB value is (118,82,44). Sum of RGB (Red+Green+Blue) = 118+82+44=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76522C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76522C is #89ADD3. Grayscale: #585858. Windows color (decimal): -9022932 or 2904694. OLE color: 2904694.

HSL color Cylindrical-coordinate representation of color #76522C: hue angle of 30.81º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76522C is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 82 44 -
CMYK 0 0.31 0.63 0.54
HSL 30.81º 0.46% 0.32% -
HSV(B) 30.81º 0.63% 0.46% -
XYZ 10.94 10.07 3.75 -
YUV 88.43 102.93 149.09 -
System Red Green Blue C M Y K H S L
Decimal 118 82 44 0 0.31 0.63 0.54 30.81 0.46 0.32
Hex 76 52 2C 0 1F 3F 36 1F 2E 20
Octal 166 122 54 0 37 77 66 37 56 40
Binary 1110110 1010010 101100 0 11111 111111 110110 11111 101110 100000

Color Harmonies of #76522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76522C

Black with #76522C

Text Example


Text Example

White with #76522C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76522C; }

 p { color: rgb(118,82,44); }

 H1.HeaderClassName
 {
   color: #76522C;
 }
 .AnyTagClassName
 {
   color: #76522C;
 }
</style>

background-color css

<style>
 a { background-color: #76522C; }

 a { background-color: rgb(118,82,44); }

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

border-color css

<style>
 span { border-color: #76522C; }

 span { border-color: rgb(118,82,44); }

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