Html Css Color HEX #75382A Mocha

📋 copy color: '#75382A'

red 117 ◦ green 56 ◦ blue 42

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

Shades of Mocha #75382A

Tints of Mocha #75382A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.05%

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

R = 54.42%
G = 26.05%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#75382A (or 0x75382A) is known color: Mocha. HEX triplet: 75, 38 and 2A. RGB value is (117,56,42). Sum of RGB (Red+Green+Blue) = 117+56+42=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75382A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75382A is #8AC7D5. Grayscale: #484848. Windows color (decimal): -9095126 or 2766965. OLE color: 2766965.

HSL color Cylindrical-coordinate representation of color #75382A: hue angle of 11.2º 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 #75382A is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 56 42 -
CMYK 0 0.52 0.64 0.54
HSL 11.2º 0.47% 0.31% -
HSV(B) 11.2º 0.64% 0.46% -
XYZ 9.17 6.78 3.02 -
YUV 72.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 117 56 42 0 0.52 0.64 0.54 11.2 0.47 0.31
Hex 75 38 2A 0 34 40 36 B 2F 1F
Octal 165 70 52 0 64 100 66 13 57 37
Binary 1110101 111000 101010 0 110100 1000000 110110 1011 101111 11111

Color Harmonies of #75382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75382A

Black with #75382A

Text Example


Text Example

White with #75382A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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