Html Css Color HEX #75372E Mocha

📋 copy color: '#75372E'

red 117 ◦ green 55 ◦ blue 46

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

Shades of Mocha #75372E

Tints of Mocha #75372E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.23%

 BLUE value IS 46 (18.36% from 255) = 21.1%

R = 53.67%
G = 25.23%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#75372E (or 0x75372E) is known color: Mocha. HEX triplet: 75, 37 and 2E. RGB value is (117,55,46). Sum of RGB (Red+Green+Blue) = 117+55+46=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #75372E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75372E is #8AC8D1. Grayscale: #484848. Windows color (decimal): -9095378 or 3028853. OLE color: 3028853.

HSL color Cylindrical-coordinate representation of color #75372E: hue angle of 7.61º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75372E is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 55 46 -
CMYK 0 0.53 0.61 0.54
HSL 7.61º 0.44% 0.32% -
HSV(B) 7.61º 0.61% 0.46% -
XYZ 9.2 6.71 3.4 -
YUV 72.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 117 55 46 0 0.53 0.61 0.54 7.61 0.44 0.32
Hex 75 37 2E 0 35 3D 36 8 2C 20
Octal 165 67 56 0 65 75 66 10 54 40
Binary 1110101 110111 101110 0 110101 111101 110110 1000 101100 100000

Color Harmonies of #75372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75372E

Black with #75372E

Text Example


Text Example

White with #75372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75372E; }

 p { color: rgb(117,55,46); }

 H1.HeaderClassName
 {
   color: #75372E;
 }
 .AnyTagClassName
 {
   color: #75372E;
 }
</style>

background-color css

<style>
 a { background-color: #75372E; }

 a { background-color: rgb(117,55,46); }

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

border-color css

<style>
 span { border-color: #75372E; }

 span { border-color: rgb(117,55,46); }

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