Html Css Color HEX #76582E Shingle Fawn

📋 copy color: '#76582E'

red 118 ◦ green 88 ◦ blue 46

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

Shades of Shingle Fawn #76582E

Tints of Shingle Fawn #76582E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.92%

 BLUE value IS 46 (18.36% from 255) = 18.25%

R = 46.83%
G = 34.92%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#76582E (or 0x76582E) is known color: Shingle Fawn. HEX triplet: 76, 58 and 2E. RGB value is (118,88,46). Sum of RGB (Red+Green+Blue) = 118+88+46=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #76582E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76582E is #89A7D1. Grayscale: #5C5C5C. Windows color (decimal): -9021394 or 3037302. OLE color: 3037302.

HSL color Cylindrical-coordinate representation of color #76582E: hue angle of 35º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76582E is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 88 46 -
CMYK 0 0.25 0.61 0.54
HSL 35º 0.44% 0.32% -
HSV(B) 35º 0.61% 0.46% -
XYZ 11.45 11.03 4.11 -
YUV 92.18 101.94 146.42 -
System Red Green Blue C M Y K H S L
Decimal 118 88 46 0 0.25 0.61 0.54 35 0.44 0.32
Hex 76 58 2E 0 19 3D 36 23 2C 20
Octal 166 130 56 0 31 75 66 43 54 40
Binary 1110110 1011000 101110 0 11001 111101 110110 100011 101100 100000

Color Harmonies of #76582E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76582E

Black with #76582E

Text Example


Text Example

White with #76582E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76582E; }

 p { color: rgb(118,88,46); }

 H1.HeaderClassName
 {
   color: #76582E;
 }
 .AnyTagClassName
 {
   color: #76582E;
 }
</style>

background-color css

<style>
 a { background-color: #76582E; }

 a { background-color: rgb(118,88,46); }

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

border-color css

<style>
 span { border-color: #76582E; }

 span { border-color: rgb(118,88,46); }

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