Html Css Color HEX #76572F Shingle Fawn

📋 copy color: '#76572F'

red 118 ◦ green 87 ◦ blue 47

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

Shades of Shingle Fawn #76572F

Tints of Shingle Fawn #76572F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.52%

 BLUE value IS 47 (18.75% from 255) = 18.65%

R = 46.83%
G = 34.52%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76572F (or 0x76572F) is known color: Shingle Fawn. HEX triplet: 76, 57 and 2F. RGB value is (118,87,47). Sum of RGB (Red+Green+Blue) = 118+87+47=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #76572F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76572F is #89A8D0. Grayscale: #5B5B5B. Windows color (decimal): -9021649 or 3102582. OLE color: 3102582.

HSL color Cylindrical-coordinate representation of color #76572F: hue angle of 33.8º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76572F is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 87 47 -
CMYK 0 0.26 0.60 0.54
HSL 33.8º 0.43% 0.32% -
HSV(B) 33.8º 0.6% 0.46% -
XYZ 11.39 10.87 4.19 -
YUV 91.71 102.77 146.75 -
System Red Green Blue C M Y K H S L
Decimal 118 87 47 0 0.26 0.60 0.54 33.8 0.43 0.32
Hex 76 57 2F 0 1A 3C 36 22 2B 20
Octal 166 127 57 0 32 74 66 42 53 40
Binary 1110110 1010111 101111 0 11010 111100 110110 100010 101011 100000

Color Harmonies of #76572F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76572F

Black with #76572F

Text Example


Text Example

White with #76572F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76572F; }

 p { color: rgb(118,87,47); }

 H1.HeaderClassName
 {
   color: #76572F;
 }
 .AnyTagClassName
 {
   color: #76572F;
 }
</style>

background-color css

<style>
 a { background-color: #76572F; }

 a { background-color: rgb(118,87,47); }

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

border-color css

<style>
 span { border-color: #76572F; }

 span { border-color: rgb(118,87,47); }

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