Html Css Color HEX #75372D Mocha

📋 copy color: '#75372D'

red 117 ◦ green 55 ◦ blue 45

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

Shades of Mocha #75372D

Tints of Mocha #75372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.74%

R = 53.92%
G = 25.35%
B = 20.74%

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

#75372D (or 0x75372D) is known color: Mocha. HEX triplet: 75, 37 and 2D. RGB value is (117,55,45). Sum of RGB (Red+Green+Blue) = 117+55+45=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #75372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75372D is #8AC8D2. Grayscale: #484848. Windows color (decimal): -9095379 or 2963317. OLE color: 2963317.

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

Color convert

RGB 117 55 45 -
CMYK 0 0.53 0.62 0.54
HSL 8.33º 0.44% 0.32% -
HSV(B) 8.33º 0.62% 0.46% -
XYZ 9.18 6.7 3.29 -
YUV 72.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 117 55 45 0 0.53 0.62 0.54 8.33 0.44 0.32
Hex 75 37 2D 0 35 3E 36 8 2C 20
Octal 165 67 55 0 65 76 66 10 54 40
Binary 1110101 110111 101101 0 110101 111110 110110 1000 101100 100000

Color Harmonies of #75372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75372D

Black with #75372D

Text Example


Text Example

White with #75372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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