Html Css Color HEX #765F42 Tobacco Brown

📋 copy color: '#765F42'

red 118 ◦ green 95 ◦ blue 66

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

Shades of Tobacco Brown #765F42

Tints of Tobacco Brown #765F42

RGB

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

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

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

R = 42.29%
G = 34.05%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#765F42 (or 0x765F42) is known color: Tobacco Brown. HEX triplet: 76, 5F and 42. RGB value is (118,95,66). Sum of RGB (Red+Green+Blue) = 118+95+66=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #765F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765F42 is #89A0BD. Grayscale: #626262. Windows color (decimal): -9019582 or 4349814. OLE color: 4349814.

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

Color convert

RGB 118 95 66 -
CMYK 0 0.19 0.44 0.54
HSL 33.46º 0.28% 0.36% -
HSV(B) 33.46º 0.44% 0.46% -
XYZ 12.55 12.43 6.89 -
YUV 98.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 118 95 66 0 0.19 0.44 0.54 33.46 0.28 0.36
Hex 76 5F 42 0 13 2C 36 21 1C 24
Octal 166 137 102 0 23 54 66 41 34 44
Binary 1110110 1011111 1000010 0 10011 101100 110110 100001 11100 100100

Color Harmonies of #765F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F42

Black with #765F42

Text Example


Text Example

White with #765F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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