Html Css Color HEX #76582C Horses Neck

📋 copy color: '#76582C'

red 118 ◦ green 88 ◦ blue 44

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

Shades of Horses Neck #76582C

Tints of Horses Neck #76582C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.6%

R = 47.2%
G = 35.2%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76582C (or 0x76582C) is known color: Horses Neck. HEX triplet: 76, 58 and 2C. RGB value is (118,88,44). Sum of RGB (Red+Green+Blue) = 118+88+44=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76582C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76582C is #89A7D3. Grayscale: #5C5C5C. Windows color (decimal): -9021396 or 2906230. OLE color: 2906230.

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

Color convert

RGB 118 88 44 -
CMYK 0 0.25 0.63 0.54
HSL 35.68º 0.46% 0.32% -
HSV(B) 35.68º 0.63% 0.46% -
XYZ 11.42 11.01 3.91 -
YUV 91.95 100.94 146.58 -
System Red Green Blue C M Y K H S L
Decimal 118 88 44 0 0.25 0.63 0.54 35.68 0.46 0.32
Hex 76 58 2C 0 19 3F 36 24 2E 20
Octal 166 130 54 0 31 77 66 44 56 40
Binary 1110110 1011000 101100 0 11001 111111 110110 100100 101110 100000

Color Harmonies of #76582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76582C

Black with #76582C

Text Example


Text Example

White with #76582C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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