Html Css Color HEX #75352D Mocha

📋 copy color: '#75352D'

red 117 ◦ green 53 ◦ blue 45

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

Shades of Mocha #75352D

Tints of Mocha #75352D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.65%

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

R = 54.42%
G = 24.65%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75352D (or 0x75352D) is known color: Mocha. HEX triplet: 75, 35 and 2D. RGB value is (117,53,45). Sum of RGB (Red+Green+Blue) = 117+53+45=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75352D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75352D is #8ACAD2. Grayscale: #474747. Windows color (decimal): -9095891 or 2962805. OLE color: 2962805.

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

Color convert

RGB 117 53 45 -
CMYK 0 0.55 0.62 0.54
HSL 6.67º 0.44% 0.32% -
HSV(B) 6.67º 0.62% 0.46% -
XYZ 9.08 6.52 3.26 -
YUV 71.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 117 53 45 0 0.55 0.62 0.54 6.67 0.44 0.32
Hex 75 35 2D 0 37 3E 36 7 2C 20
Octal 165 65 55 0 67 76 66 7 54 40
Binary 1110101 110101 101101 0 110111 111110 110110 111 101100 100000

Color Harmonies of #75352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75352D

Black with #75352D

Text Example


Text Example

White with #75352D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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