Html Css Color HEX #765A40 Tobacco Brown

📋 copy color: '#765A40'

red 118 ◦ green 90 ◦ blue 64

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

Shades of Tobacco Brown #765A40

Tints of Tobacco Brown #765A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.53%

R = 43.38%
G = 33.09%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#765A40 (or 0x765A40) is known color: Tobacco Brown. HEX triplet: 76, 5A and 40. RGB value is (118,90,64). Sum of RGB (Red+Green+Blue) = 118+90+64=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #765A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A40 is #89A5BF. Grayscale: #5F5F5F. Windows color (decimal): -9020864 or 4217462. OLE color: 4217462.

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

Color convert

RGB 118 90 64 -
CMYK 0 0.24 0.46 0.54
HSL 28.89º 0.3% 0.36% -
HSV(B) 28.89º 0.46% 0.46% -
XYZ 12.05 11.53 6.44 -
YUV 95.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 118 90 64 0 0.24 0.46 0.54 28.89 0.3 0.36
Hex 76 5A 40 0 18 2E 36 1D 1E 24
Octal 166 132 100 0 30 56 66 35 36 44
Binary 1110110 1011010 1000000 0 11000 101110 110110 11101 11110 100100

Color Harmonies of #765A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A40

Black with #765A40

Text Example


Text Example

White with #765A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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