Html Css Color HEX #76542F Shingle Fawn

📋 copy color: '#76542F'

red 118 ◦ green 84 ◦ blue 47

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

Shades of Shingle Fawn #76542F

Tints of Shingle Fawn #76542F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.73%

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

R = 47.39%
G = 33.73%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76542F (or 0x76542F) is known color: Shingle Fawn. HEX triplet: 76, 54 and 2F. RGB value is (118,84,47). Sum of RGB (Red+Green+Blue) = 118+84+47=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76542F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76542F is #89ABD0. Grayscale: #5A5A5A. Windows color (decimal): -9022417 or 3101814. OLE color: 3101814.

HSL color Cylindrical-coordinate representation of color #76542F: hue angle of 31.27º 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 #76542F is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 84 47 -
CMYK 0 0.29 0.60 0.54
HSL 31.27º 0.43% 0.32% -
HSV(B) 31.27º 0.6% 0.46% -
XYZ 11.15 10.4 4.11 -
YUV 89.95 103.76 148.01 -
System Red Green Blue C M Y K H S L
Decimal 118 84 47 0 0.29 0.60 0.54 31.27 0.43 0.32
Hex 76 54 2F 0 1D 3C 36 1F 2B 20
Octal 166 124 57 0 35 74 66 37 53 40
Binary 1110110 1010100 101111 0 11101 111100 110110 11111 101011 100000

Color Harmonies of #76542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76542F

Black with #76542F

Text Example


Text Example

White with #76542F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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