Html Css Color HEX #75372C Mocha

📋 copy color: '#75372C'

red 117 ◦ green 55 ◦ blue 44

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

Shades of Mocha #75372C

Tints of Mocha #75372C

RGB

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

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

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

R = 54.17%
G = 25.46%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75372C (or 0x75372C) is known color: Mocha. HEX triplet: 75, 37 and 2C. RGB value is (117,55,44). Sum of RGB (Red+Green+Blue) = 117+55+44=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75372C is #8AC8D3. Grayscale: #484848. Windows color (decimal): -9095380 or 2897781. OLE color: 2897781.

HSL color Cylindrical-coordinate representation of color #75372C: hue angle of 9.04º 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 #75372C is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 55 44 -
CMYK 0 0.53 0.62 0.54
HSL 9.04º 0.45% 0.32% -
HSV(B) 9.04º 0.62% 0.46% -
XYZ 9.16 6.7 3.19 -
YUV 72.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 117 55 44 0 0.53 0.62 0.54 9.04 0.45 0.32
Hex 75 37 2C 0 35 3E 36 9 2D 20
Octal 165 67 54 0 65 76 66 11 55 40
Binary 1110101 110111 101100 0 110101 111110 110110 1001 101101 100000

Color Harmonies of #75372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75372C

Black with #75372C

Text Example


Text Example

White with #75372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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