Html Css Color HEX #765B46 Tobacco Brown

📋 copy color: '#765B46'

red 118 ◦ green 91 ◦ blue 70

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

Shades of Tobacco Brown #765B46

Tints of Tobacco Brown #765B46

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.62%

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

R = 42.29%
G = 32.62%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#765B46 (or 0x765B46) is known color: Tobacco Brown. HEX triplet: 76, 5B and 46. RGB value is (118,91,70). Sum of RGB (Red+Green+Blue) = 118+91+70=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #765B46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B46 is #89A4B9. Grayscale: #606060. Windows color (decimal): -9020602 or 4610934. OLE color: 4610934.

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

Color convert

RGB 118 91 70 -
CMYK 0 0.23 0.41 0.54
HSL 26.25º 0.26% 0.37% -
HSV(B) 26.25º 0.41% 0.46% -
XYZ 12.32 11.78 7.42 -
YUV 96.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 118 91 70 0 0.23 0.41 0.54 26.25 0.26 0.37
Hex 76 5B 46 0 17 29 36 1A 1A 25
Octal 166 133 106 0 27 51 66 32 32 45
Binary 1110110 1011011 1000110 0 10111 101001 110110 11010 11010 100101

Color Harmonies of #765B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765B46

Black with #765B46

Text Example


Text Example

White with #765B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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