Html Css Color HEX #75372A Mocha

📋 copy color: '#75372A'

red 117 ◦ green 55 ◦ blue 42

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

Shades of Mocha #75372A

Tints of Mocha #75372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.63%

R = 54.67%
G = 25.7%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#75372A (or 0x75372A) is known color: Mocha. HEX triplet: 75, 37 and 2A. RGB value is (117,55,42). Sum of RGB (Red+Green+Blue) = 117+55+42=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75372A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75372A is #8AC8D5. Grayscale: #484848. Windows color (decimal): -9095382 or 2766709. OLE color: 2766709.

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

Color convert

RGB 117 55 42 -
CMYK 0 0.53 0.64 0.54
HSL 10.4º 0.47% 0.31% -
HSV(B) 10.4º 0.64% 0.46% -
XYZ 9.12 6.68 3 -
YUV 72.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 117 55 42 0 0.53 0.64 0.54 10.4 0.47 0.31
Hex 75 37 2A 0 35 40 36 A 2F 1F
Octal 165 67 52 0 65 100 66 12 57 37
Binary 1110101 110111 101010 0 110101 1000000 110110 1010 101111 11111

Color Harmonies of #75372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75372A

Black with #75372A

Text Example


Text Example

White with #75372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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