Html Css Color HEX #76562F Shingle Fawn

📋 copy color: '#76562F'

red 118 ◦ green 86 ◦ blue 47

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

Shades of Shingle Fawn #76562F

Tints of Shingle Fawn #76562F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.26%

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

R = 47.01%
G = 34.26%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76562F (or 0x76562F) is known color: Shingle Fawn. HEX triplet: 76, 56 and 2F. RGB value is (118,86,47). Sum of RGB (Red+Green+Blue) = 118+86+47=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #76562F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76562F is #89A9D0. Grayscale: #5B5B5B. Windows color (decimal): -9021905 or 3102326. OLE color: 3102326.

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

Color convert

RGB 118 86 47 -
CMYK 0 0.27 0.60 0.54
HSL 32.96º 0.43% 0.32% -
HSV(B) 32.96º 0.6% 0.46% -
XYZ 11.31 10.71 4.16 -
YUV 91.12 103.1 147.17 -
System Red Green Blue C M Y K H S L
Decimal 118 86 47 0 0.27 0.60 0.54 32.96 0.43 0.32
Hex 76 56 2F 0 1B 3C 36 21 2B 20
Octal 166 126 57 0 33 74 66 41 53 40
Binary 1110110 1010110 101111 0 11011 111100 110110 100001 101011 100000

Color Harmonies of #76562F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76562F

Black with #76562F

Text Example


Text Example

White with #76562F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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