Html Css Color HEX #75342C Mocha

📋 copy color: '#75342C'

red 117 ◦ green 52 ◦ blue 44

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

Shades of Mocha #75342C

Tints of Mocha #75342C

RGB

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

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

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

R = 54.93%
G = 24.41%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75342C (or 0x75342C) is known color: Mocha. HEX triplet: 75, 34 and 2C. RGB value is (117,52,44). Sum of RGB (Red+Green+Blue) = 117+52+44=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75342C is #8ACBD3. Grayscale: #464646. Windows color (decimal): -9096148 or 2897013. OLE color: 2897013.

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

Color convert

RGB 117 52 44 -
CMYK 0 0.56 0.62 0.54
HSL 6.58º 0.45% 0.32% -
HSV(B) 6.58º 0.62% 0.46% -
XYZ 9.02 6.42 3.15 -
YUV 70.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 117 52 44 0 0.56 0.62 0.54 6.58 0.45 0.32
Hex 75 34 2C 0 38 3E 36 7 2D 20
Octal 165 64 54 0 70 76 66 7 55 40
Binary 1110101 110100 101100 0 111000 111110 110110 111 101101 100000

Color Harmonies of #75342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75342C

Black with #75342C

Text Example


Text Example

White with #75342C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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