Html Css Color HEX #765F45 Tobacco Brown

📋 copy color: '#765F45'

red 118 ◦ green 95 ◦ blue 69

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

Shades of Tobacco Brown #765F45

Tints of Tobacco Brown #765F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.69%

 BLUE value IS 69 (27.34% from 255) = 24.47%

R = 41.84%
G = 33.69%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#765F45 (or 0x765F45) is known color: Tobacco Brown. HEX triplet: 76, 5F and 45. RGB value is (118,95,69). Sum of RGB (Red+Green+Blue) = 118+95+69=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #765F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765F45 is #89A0BA. Grayscale: #636363. Windows color (decimal): -9019579 or 4546422. OLE color: 4546422.

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

Color convert

RGB 118 95 69 -
CMYK 0 0.19 0.42 0.54
HSL 31.84º 0.26% 0.37% -
HSV(B) 31.84º 0.42% 0.46% -
XYZ 12.64 12.47 7.37 -
YUV 98.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 118 95 69 0 0.19 0.42 0.54 31.84 0.26 0.37
Hex 76 5F 45 0 13 2A 36 20 1A 25
Octal 166 137 105 0 23 52 66 40 32 45
Binary 1110110 1011111 1000101 0 10011 101010 110110 100000 11010 100101

Color Harmonies of #765F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F45

Black with #765F45

Text Example


Text Example

White with #765F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,95,69); }

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

background-color css

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

 a { background-color: rgb(118,95,69); }

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

border-color css

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

 span { border-color: rgb(118,95,69); }

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