Html Css Color HEX #765527 Horses Neck

📋 copy color: '#765527'

red 118 ◦ green 85 ◦ blue 39

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

Shades of Horses Neck #765527

Tints of Horses Neck #765527

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.12%

 BLUE value IS 39 (15.63% from 255) = 16.12%

R = 48.76%
G = 35.12%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#765527 (or 0x765527) is known color: Horses Neck. HEX triplet: 76, 55 and 27. RGB value is (118,85,39). Sum of RGB (Red+Green+Blue) = 118+85+39=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #765527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765527 is #89AAD8. Grayscale: #595959. Windows color (decimal): -9022169 or 2577782. OLE color: 2577782.

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

Color convert

RGB 118 85 39 -
CMYK 0 0.28 0.67 0.54
HSL 34.94º 0.5% 0.31% -
HSV(B) 34.94º 0.67% 0.46% -
XYZ 11.09 10.5 3.36 -
YUV 89.62 99.43 148.24 -
System Red Green Blue C M Y K H S L
Decimal 118 85 39 0 0.28 0.67 0.54 34.94 0.5 0.31
Hex 76 55 27 0 1C 43 36 23 32 1F
Octal 166 125 47 0 34 103 66 43 62 37
Binary 1110110 1010101 100111 0 11100 1000011 110110 100011 110010 11111

Color Harmonies of #765527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765527

Black with #765527

Text Example


Text Example

White with #765527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765527; }

 p { color: rgb(118,85,39); }

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

background-color css

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

 a { background-color: rgb(118,85,39); }

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

border-color css

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

 span { border-color: rgb(118,85,39); }

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