Html Css Color HEX #76582D Horses Neck

📋 copy color: '#76582D'

red 118 ◦ green 88 ◦ blue 45

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

Shades of Horses Neck #76582D

Tints of Horses Neck #76582D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.93%

R = 47.01%
G = 35.06%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76582D (or 0x76582D) is known color: Horses Neck. HEX triplet: 76, 58 and 2D. RGB value is (118,88,45). Sum of RGB (Red+Green+Blue) = 118+88+45=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #76582D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76582D is #89A7D2. Grayscale: #5C5C5C. Windows color (decimal): -9021395 or 2971766. OLE color: 2971766.

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

Color convert

RGB 118 88 45 -
CMYK 0 0.25 0.62 0.54
HSL 35.34º 0.45% 0.32% -
HSV(B) 35.34º 0.62% 0.46% -
XYZ 11.43 11.02 4.01 -
YUV 92.07 101.44 146.5 -
System Red Green Blue C M Y K H S L
Decimal 118 88 45 0 0.25 0.62 0.54 35.34 0.45 0.32
Hex 76 58 2D 0 19 3E 36 23 2D 20
Octal 166 130 55 0 31 76 66 43 55 40
Binary 1110110 1011000 101101 0 11001 111110 110110 100011 101101 100000

Color Harmonies of #76582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76582D

Black with #76582D

Text Example


Text Example

White with #76582D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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