Html Css Color HEX #765D46 Tobacco Brown

📋 copy color: '#765D46'

red 118 ◦ green 93 ◦ blue 70

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

Shades of Tobacco Brown #765D46

Tints of Tobacco Brown #765D46

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.1%

 BLUE value IS 70 (27.73% from 255) = 24.91%

R = 41.99%
G = 33.1%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#765D46 (or 0x765D46) is known color: Tobacco Brown. HEX triplet: 76, 5D and 46. RGB value is (118,93,70). Sum of RGB (Red+Green+Blue) = 118+93+70=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #765D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765D46 is #89A2B9. Grayscale: #616161. Windows color (decimal): -9020090 or 4611446. OLE color: 4611446.

HSL color Cylindrical-coordinate representation of color #765D46: hue angle of 28.75º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #765D46 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 93 70 -
CMYK 0 0.21 0.41 0.54
HSL 28.75º 0.26% 0.37% -
HSV(B) 28.75º 0.41% 0.46% -
XYZ 12.49 12.12 7.48 -
YUV 97.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 118 93 70 0 0.21 0.41 0.54 28.75 0.26 0.37
Hex 76 5D 46 0 15 29 36 1D 1A 25
Octal 166 135 106 0 25 51 66 35 32 45
Binary 1110110 1011101 1000110 0 10101 101001 110110 11101 11010 100101

Color Harmonies of #765D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D46

Black with #765D46

Text Example


Text Example

White with #765D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,93,70); }

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

background-color css

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

 a { background-color: rgb(118,93,70); }

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

border-color css

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

 span { border-color: rgb(118,93,70); }

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