Html Css Color HEX #765E42 Tobacco Brown

📋 copy color: '#765E42'

red 118 ◦ green 94 ◦ blue 66

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

Shades of Tobacco Brown #765E42

Tints of Tobacco Brown #765E42

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.81%

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 42.45%
G = 33.81%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#765E42 (or 0x765E42) is known color: Tobacco Brown. HEX triplet: 76, 5E and 42. RGB value is (118,94,66). Sum of RGB (Red+Green+Blue) = 118+94+66=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #765E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E42 is #89A1BD. Grayscale: #626262. Windows color (decimal): -9019838 or 4349558. OLE color: 4349558.

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

Color convert

RGB 118 94 66 -
CMYK 0 0.20 0.44 0.54
HSL 32.31º 0.28% 0.36% -
HSV(B) 32.31º 0.44% 0.46% -
XYZ 12.46 12.25 6.86 -
YUV 97.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 118 94 66 0 0.20 0.44 0.54 32.31 0.28 0.36
Hex 76 5E 42 0 14 2C 36 20 1C 24
Octal 166 136 102 0 24 54 66 40 34 44
Binary 1110110 1011110 1000010 0 10100 101100 110110 100000 11100 100100

Color Harmonies of #765E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E42

Black with #765E42

Text Example


Text Example

White with #765E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,94,66); }

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

background-color css

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

 a { background-color: rgb(118,94,66); }

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

border-color css

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

 span { border-color: rgb(118,94,66); }

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