Html Css Color HEX #75372B Mocha

📋 copy color: '#75372B'

red 117 ◦ green 55 ◦ blue 43

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

Shades of Mocha #75372B

Tints of Mocha #75372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20%

R = 54.42%
G = 25.58%
B = 20%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#75372B (or 0x75372B) is known color: Mocha. HEX triplet: 75, 37 and 2B. RGB value is (117,55,43). Sum of RGB (Red+Green+Blue) = 117+55+43=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75372B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75372B is #8AC8D4. Grayscale: #484848. Windows color (decimal): -9095381 or 2832245. OLE color: 2832245.

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

Color convert

RGB 117 55 43 -
CMYK 0 0.53 0.63 0.54
HSL 9.73º 0.46% 0.31% -
HSV(B) 9.73º 0.63% 0.46% -
XYZ 9.14 6.69 3.09 -
YUV 72.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 117 55 43 0 0.53 0.63 0.54 9.73 0.46 0.31
Hex 75 37 2B 0 35 3F 36 A 2E 1F
Octal 165 67 53 0 65 77 66 12 56 37
Binary 1110101 110111 101011 0 110101 111111 110110 1010 101110 11111

Color Harmonies of #75372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75372B

Black with #75372B

Text Example


Text Example

White with #75372B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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