Html Css Color HEX #75342A Mocha

📋 copy color: '#75342A'

red 117 ◦ green 52 ◦ blue 42

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

Shades of Mocha #75342A

Tints of Mocha #75342A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.64%

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

R = 55.45%
G = 24.64%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#75342A (or 0x75342A) is known color: Mocha. HEX triplet: 75, 34 and 2A. RGB value is (117,52,42). Sum of RGB (Red+Green+Blue) = 117+52+42=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #75342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75342A is #8ACBD5. Grayscale: #464646. Windows color (decimal): -9096150 or 2765941. OLE color: 2765941.

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

Color convert

RGB 117 52 42 -
CMYK 0 0.56 0.64 0.54
HSL 0.47% 0.31% -
HSV(B) 0.64% 0.46% -
XYZ 8.98 6.41 2.95 -
YUV 70.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 117 52 42 0 0.56 0.64 0.54 8 0.47 0.31
Hex 75 34 2A 0 38 40 36 8 2F 1F
Octal 165 64 52 0 70 100 66 10 57 37
Binary 1110101 110100 101010 0 111000 1000000 110110 1000 101111 11111

Color Harmonies of #75342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75342A

Black with #75342A

Text Example


Text Example

White with #75342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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