Html Css Color HEX #75392D Mocha

📋 copy color: '#75392D'

red 117 ◦ green 57 ◦ blue 45

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

Shades of Mocha #75392D

Tints of Mocha #75392D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.03%

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

R = 53.42%
G = 26.03%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75392D (or 0x75392D) is known color: Mocha. HEX triplet: 75, 39 and 2D. RGB value is (117,57,45). Sum of RGB (Red+Green+Blue) = 117+57+45=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #75392D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75392D is #8AC6D2. Grayscale: #494949. Windows color (decimal): -9094867 or 2963829. OLE color: 2963829.

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

Color convert

RGB 117 57 45 -
CMYK 0 0.51 0.62 0.54
HSL 10º 0.44% 0.32% -
HSV(B) 10º 0.62% 0.46% -
XYZ 9.27 6.9 3.33 -
YUV 73.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 117 57 45 0 0.51 0.62 0.54 10 0.44 0.32
Hex 75 39 2D 0 33 3E 36 A 2C 20
Octal 165 71 55 0 63 76 66 12 54 40
Binary 1110101 111001 101101 0 110011 111110 110110 1010 101100 100000

Color Harmonies of #75392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75392D

Black with #75392D

Text Example


Text Example

White with #75392D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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