Html Css Color HEX #765A46 Tobacco Brown

📋 copy color: '#765A46'

red 118 ◦ green 90 ◦ blue 70

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

Shades of Tobacco Brown #765A46

Tints of Tobacco Brown #765A46

RGB

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

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

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

R = 42.45%
G = 32.37%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#765A46 (or 0x765A46) is known color: Tobacco Brown. HEX triplet: 76, 5A and 46. RGB value is (118,90,70). Sum of RGB (Red+Green+Blue) = 118+90+70=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #765A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A46 is #89A5B9. Grayscale: #606060. Windows color (decimal): -9020858 or 4610678. OLE color: 4610678.

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

Color convert

RGB 118 90 70 -
CMYK 0 0.24 0.41 0.54
HSL 25º 0.26% 0.37% -
HSV(B) 25º 0.41% 0.46% -
XYZ 12.23 11.61 7.39 -
YUV 96.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 118 90 70 0 0.24 0.41 0.54 25 0.26 0.37
Hex 76 5A 46 0 18 29 36 19 1A 25
Octal 166 132 106 0 30 51 66 31 32 45
Binary 1110110 1011010 1000110 0 11000 101001 110110 11001 11010 100101

Color Harmonies of #765A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A46

Black with #765A46

Text Example


Text Example

White with #765A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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