Html Css Color HEX #765725 Horses Neck

📋 copy color: '#765725'

red 118 ◦ green 87 ◦ blue 37

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

Shades of Horses Neck #765725

Tints of Horses Neck #765725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.29%

R = 48.76%
G = 35.95%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#765725 (or 0x765725) is known color: Horses Neck. HEX triplet: 76, 57 and 25. RGB value is (118,87,37). Sum of RGB (Red+Green+Blue) = 118+87+37=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #765725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765725 is #89A8DA. Grayscale: #5A5A5A. Windows color (decimal): -9021659 or 2447222. OLE color: 2447222.

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

Color convert

RGB 118 87 37 -
CMYK 0 0.26 0.69 0.54
HSL 37.04º 0.52% 0.3% -
HSV(B) 37.04º 0.69% 0.46% -
XYZ 11.21 10.8 3.24 -
YUV 90.57 97.77 147.57 -
System Red Green Blue C M Y K H S L
Decimal 118 87 37 0 0.26 0.69 0.54 37.04 0.52 0.3
Hex 76 57 25 0 1A 45 36 25 34 1E
Octal 166 127 45 0 32 105 66 45 64 36
Binary 1110110 1010111 100101 0 11010 1000101 110110 100101 110100 11110

Color Harmonies of #765725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765725

Black with #765725

Text Example


Text Example

White with #765725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765725; }

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

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

background-color css

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

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

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

border-color css

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

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

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