Html Css Color HEX #765421 Horses Neck

📋 copy color: '#765421'

red 118 ◦ green 84 ◦ blue 33

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

Shades of Horses Neck #765421

Tints of Horses Neck #765421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.74%

 BLUE value IS 33 (13.28% from 255) = 14.04%

R = 50.21%
G = 35.74%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#765421 (or 0x765421) is known color: Horses Neck. HEX triplet: 76, 54 and 21. RGB value is (118,84,33). Sum of RGB (Red+Green+Blue) = 118+84+33=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #765421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765421 is #89ABDE. Grayscale: #585858. Windows color (decimal): -9022431 or 2184310. OLE color: 2184310.

HSL color Cylindrical-coordinate representation of color #765421: hue angle of 36º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #765421 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 84 33 -
CMYK 0 0.29 0.72 0.54
HSL 36º 0.56% 0.3% -
HSV(B) 36º 0.72% 0.46% -
XYZ 10.92 10.3 2.85 -
YUV 88.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 118 84 33 0 0.29 0.72 0.54 36 0.56 0.3
Hex 76 54 21 0 1D 48 36 24 38 1E
Octal 166 124 41 0 35 110 66 44 70 36
Binary 1110110 1010100 100001 0 11101 1001000 110110 100100 111000 11110

Color Harmonies of #765421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765421

Black with #765421

Text Example


Text Example

White with #765421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765421; }

 p { color: rgb(118,84,33); }

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

background-color css

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

 a { background-color: rgb(118,84,33); }

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

border-color css

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

 span { border-color: rgb(118,84,33); }

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