Html Css Color HEX #765B2A Horses Neck

📋 copy color: '#765B2A'

red 118 ◦ green 91 ◦ blue 42

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

Shades of Horses Neck #765B2A

Tints of Horses Neck #765B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.73%

R = 47.01%
G = 36.25%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#765B2A (or 0x765B2A) is known color: Horses Neck. HEX triplet: 76, 5B and 2A. RGB value is (118,91,42). Sum of RGB (Red+Green+Blue) = 118+91+42=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #765B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B2A is #89A4D5. Grayscale: #5D5D5D. Windows color (decimal): -9020630 or 2775926. OLE color: 2775926.

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

Color convert

RGB 118 91 42 -
CMYK 0 0.23 0.64 0.54
HSL 38.68º 0.48% 0.31% -
HSV(B) 38.68º 0.64% 0.46% -
XYZ 11.63 11.5 3.8 -
YUV 93.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 118 91 42 0 0.23 0.64 0.54 38.68 0.48 0.31
Hex 76 5B 2A 0 17 40 36 27 30 1F
Octal 166 133 52 0 27 100 66 47 60 37
Binary 1110110 1011011 101010 0 10111 1000000 110110 100111 110000 11111

Color Harmonies of #765B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765B2A

Black with #765B2A

Text Example


Text Example

White with #765B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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