Html Css Color HEX #765726 Horses Neck

📋 copy color: '#765726'

red 118 ◦ green 87 ◦ blue 38

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

Shades of Horses Neck #765726

Tints of Horses Neck #765726

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.8%

 BLUE value IS 38 (15.23% from 255) = 15.64%

R = 48.56%
G = 35.8%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#765726 (or 0x765726) is known color: Horses Neck. HEX triplet: 76, 57 and 26. RGB value is (118,87,38). Sum of RGB (Red+Green+Blue) = 118+87+38=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #765726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765726 is #89A8D9. Grayscale: #5A5A5A. Windows color (decimal): -9021658 or 2512758. OLE color: 2512758.

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

Color convert

RGB 118 87 38 -
CMYK 0 0.26 0.68 0.54
HSL 36.75º 0.51% 0.31% -
HSV(B) 36.75º 0.68% 0.46% -
XYZ 11.23 10.81 3.33 -
YUV 90.68 98.27 147.48 -
System Red Green Blue C M Y K H S L
Decimal 118 87 38 0 0.26 0.68 0.54 36.75 0.51 0.31
Hex 76 57 26 0 1A 44 36 25 33 1F
Octal 166 127 46 0 32 104 66 45 63 37
Binary 1110110 1010111 100110 0 11010 1000100 110110 100101 110011 11111

Color Harmonies of #765726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765726

Black with #765726

Text Example


Text Example

White with #765726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765726; }

 p { color: rgb(118,87,38); }

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

background-color css

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

 a { background-color: rgb(118,87,38); }

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

border-color css

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

 span { border-color: rgb(118,87,38); }

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