Html Css Color HEX #765A1D Horses Neck

📋 copy color: '#765A1D'

red 118 ◦ green 90 ◦ blue 29

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

Shades of Horses Neck #765A1D

Tints of Horses Neck #765A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.24%

R = 49.79%
G = 37.97%
B = 12.24%

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

#765A1D (or 0x765A1D) is known color: Horses Neck. HEX triplet: 76, 5A and 1D. RGB value is (118,90,29). Sum of RGB (Red+Green+Blue) = 118+90+29=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #765A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A1D is #89A5E2. Grayscale: #5B5B5B. Windows color (decimal): -9020899 or 1923702. OLE color: 1923702.

HSL color Cylindrical-coordinate representation of color #765A1D: hue angle of 41.12º degrees, saturation: 0.61, 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 #765A1D is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 90 29 -
CMYK 0 0.24 0.75 0.54
HSL 41.12º 0.61% 0.29% -
HSV(B) 41.12º 0.75% 0.46% -
XYZ 11.35 11.25 2.74 -
YUV 91.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 118 90 29 0 0.24 0.75 0.54 41.12 0.61 0.29
Hex 76 5A 1D 0 18 4B 36 29 3D 1D
Octal 166 132 35 0 30 113 66 51 75 35
Binary 1110110 1011010 11101 0 11000 1001011 110110 101001 111101 11101

Color Harmonies of #765A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A1D

Black with #765A1D

Text Example


Text Example

White with #765A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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