Html Css Color HEX #753A2C Mocha

📋 copy color: '#753A2C'

red 117 ◦ green 58 ◦ blue 44

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

Shades of Mocha #753A2C

Tints of Mocha #753A2C

RGB

 RED value IS 117 (46.09% from 255) = 53.42%

 GREEN value IS 58 (23.05% from 255) = 26.48%

 BLUE value IS 44 (17.58% from 255) = 20.09%

R = 53.42%
G = 26.48%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#753A2C (or 0x753A2C) is known color: Mocha. HEX triplet: 75, 3A and 2C. RGB value is (117,58,44). Sum of RGB (Red+Green+Blue) = 117+58+44=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #753A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A2C is #8AC5D3. Grayscale: #4A4A4A. Windows color (decimal): -9094612 or 2898549. OLE color: 2898549.

HSL color Cylindrical-coordinate representation of color #753A2C: hue angle of 11.51º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #753A2C is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 58 44 -
CMYK 0 0.50 0.62 0.54
HSL 11.51º 0.45% 0.32% -
HSV(B) 11.51º 0.62% 0.46% -
XYZ 9.3 6.99 3.24 -
YUV 74.05 111.05 158.64 -
System Red Green Blue C M Y K H S L
Decimal 117 58 44 0 0.50 0.62 0.54 11.51 0.45 0.32
Hex 75 3A 2C 0 32 3E 36 C 2D 20
Octal 165 72 54 0 62 76 66 14 55 40
Binary 1110101 111010 101100 0 110010 111110 110110 1100 101101 100000

Color Harmonies of #753A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A2C

Black with #753A2C

Text Example


Text Example

White with #753A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753A2C; }

 p { color: rgb(117,58,44); }

 H1.HeaderClassName
 {
   color: #753A2C;
 }
 .AnyTagClassName
 {
   color: #753A2C;
 }
</style>

background-color css

<style>
 a { background-color: #753A2C; }

 a { background-color: rgb(117,58,44); }

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

border-color css

<style>
 span { border-color: #753A2C; }

 span { border-color: rgb(117,58,44); }

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