Html Css Color HEX #76522A Horses Neck

📋 copy color: '#76522A'

red 118 ◦ green 82 ◦ blue 42

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

Shades of Horses Neck #76522A

Tints of Horses Neck #76522A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.88%

 BLUE value IS 42 (16.8% from 255) = 17.36%

R = 48.76%
G = 33.88%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76522A (or 0x76522A) is known color: Horses Neck. HEX triplet: 76, 52 and 2A. RGB value is (118,82,42). Sum of RGB (Red+Green+Blue) = 118+82+42=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #76522A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76522A is #89ADD5. Grayscale: #585858. Windows color (decimal): -9022934 or 2773622. OLE color: 2773622.

HSL color Cylindrical-coordinate representation of color #76522A: hue angle of 31.58º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76522A is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 82 42 -
CMYK 0 0.31 0.64 0.54
HSL 31.58º 0.48% 0.31% -
HSV(B) 31.58º 0.64% 0.46% -
XYZ 10.91 10.05 3.56 -
YUV 88.2 101.93 149.25 -
System Red Green Blue C M Y K H S L
Decimal 118 82 42 0 0.31 0.64 0.54 31.58 0.48 0.31
Hex 76 52 2A 0 1F 40 36 20 30 1F
Octal 166 122 52 0 37 100 66 40 60 37
Binary 1110110 1010010 101010 0 11111 1000000 110110 100000 110000 11111

Color Harmonies of #76522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76522A

Black with #76522A

Text Example


Text Example

White with #76522A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76522A; }

 p { color: rgb(118,82,42); }

 H1.HeaderClassName
 {
   color: #76522A;
 }
 .AnyTagClassName
 {
   color: #76522A;
 }
</style>

background-color css

<style>
 a { background-color: #76522A; }

 a { background-color: rgb(118,82,42); }

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

border-color css

<style>
 span { border-color: #76522A; }

 span { border-color: rgb(118,82,42); }

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