Html Css Color HEX #765A1E Horses Neck

📋 copy color: '#765A1E'

red 118 ◦ green 90 ◦ blue 30

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

Shades of Horses Neck #765A1E

Tints of Horses Neck #765A1E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.82%

 BLUE value IS 30 (12.11% from 255) = 12.61%

R = 49.58%
G = 37.82%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#765A1E (or 0x765A1E) is known color: Horses Neck. HEX triplet: 76, 5A and 1E. RGB value is (118,90,30). Sum of RGB (Red+Green+Blue) = 118+90+30=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #765A1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A1E is #89A5E1. Grayscale: #5B5B5B. Windows color (decimal): -9020898 or 1989238. OLE color: 1989238.

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

Color convert

RGB 118 90 30 -
CMYK 0 0.24 0.75 0.54
HSL 40.91º 0.59% 0.29% -
HSV(B) 40.91º 0.75% 0.46% -
XYZ 11.36 11.26 2.8 -
YUV 91.53 93.28 146.88 -
System Red Green Blue C M Y K H S L
Decimal 118 90 30 0 0.24 0.75 0.54 40.91 0.59 0.29
Hex 76 5A 1E 0 18 4B 36 29 3B 1D
Octal 166 132 36 0 30 113 66 51 73 35
Binary 1110110 1011010 11110 0 11000 1001011 110110 101001 111011 11101

Color Harmonies of #765A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A1E

Black with #765A1E

Text Example


Text Example

White with #765A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,90,30); }

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

background-color css

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

 a { background-color: rgb(118,90,30); }

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

border-color css

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

 span { border-color: rgb(118,90,30); }

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