Html Css Color HEX #75392C Mocha

📋 copy color: '#75392C'

red 117 ◦ green 57 ◦ blue 44

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

Shades of Mocha #75392C

Tints of Mocha #75392C

RGB

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

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

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

R = 53.67%
G = 26.15%
B = 20.18%

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

#75392C (or 0x75392C) is known color: Mocha. HEX triplet: 75, 39 and 2C. RGB value is (117,57,44). Sum of RGB (Red+Green+Blue) = 117+57+44=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #75392C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75392C is #8AC6D3. Grayscale: #494949. Windows color (decimal): -9094868 or 2898293. OLE color: 2898293.

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

Color convert

RGB 117 57 44 -
CMYK 0 0.51 0.62 0.54
HSL 10.68º 0.45% 0.32% -
HSV(B) 10.68º 0.62% 0.46% -
XYZ 9.25 6.89 3.23 -
YUV 73.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 117 57 44 0 0.51 0.62 0.54 10.68 0.45 0.32
Hex 75 39 2C 0 33 3E 36 B 2D 20
Octal 165 71 54 0 63 76 66 13 55 40
Binary 1110101 111001 101100 0 110011 111110 110110 1011 101101 100000

Color Harmonies of #75392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75392C

Black with #75392C

Text Example


Text Example

White with #75392C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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