Html Css Color HEX #765B1F Horses Neck

📋 copy color: '#765B1F'

red 118 ◦ green 91 ◦ blue 31

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

Shades of Horses Neck #765B1F

Tints of Horses Neck #765B1F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.92%

 BLUE value IS 31 (12.5% from 255) = 12.92%

R = 49.17%
G = 37.92%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#765B1F (or 0x765B1F) is known color: Horses Neck. HEX triplet: 76, 5B and 1F. RGB value is (118,91,31). Sum of RGB (Red+Green+Blue) = 118+91+31=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #765B1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B1F is #89A4E0. Grayscale: #5C5C5C. Windows color (decimal): -9020641 or 2055030. OLE color: 2055030.

HSL color Cylindrical-coordinate representation of color #765B1F: hue angle of 41.38º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #765B1F is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 91 31 -
CMYK 0 0.23 0.74 0.54
HSL 41.38º 0.58% 0.29% -
HSV(B) 41.38º 0.74% 0.46% -
XYZ 11.46 11.43 2.9 -
YUV 92.23 93.45 146.38 -
System Red Green Blue C M Y K H S L
Decimal 118 91 31 0 0.23 0.74 0.54 41.38 0.58 0.29
Hex 76 5B 1F 0 17 4A 36 29 3A 1D
Octal 166 133 37 0 27 112 66 51 72 35
Binary 1110110 1011011 11111 0 10111 1001010 110110 101001 111010 11101

Color Harmonies of #765B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765B1F

Black with #765B1F

Text Example


Text Example

White with #765B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765B1F; }

 p { color: rgb(118,91,31); }

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

background-color css

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

 a { background-color: rgb(118,91,31); }

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

border-color css

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

 span { border-color: rgb(118,91,31); }

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