Html Css Color HEX #75382D Mocha

📋 copy color: '#75382D'

red 117 ◦ green 56 ◦ blue 45

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

Shades of Mocha #75382D

Tints of Mocha #75382D

RGB

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

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

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

R = 53.67%
G = 25.69%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75382D (or 0x75382D) is known color: Mocha. HEX triplet: 75, 38 and 2D. RGB value is (117,56,45). Sum of RGB (Red+Green+Blue) = 117+56+45=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #75382D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75382D is #8AC7D2. Grayscale: #494949. Windows color (decimal): -9095123 or 2963573. OLE color: 2963573.

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

Color convert

RGB 117 56 45 -
CMYK 0 0.52 0.62 0.54
HSL 9.17º 0.44% 0.32% -
HSV(B) 9.17º 0.62% 0.46% -
XYZ 9.22 6.8 3.31 -
YUV 72.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 117 56 45 0 0.52 0.62 0.54 9.17 0.44 0.32
Hex 75 38 2D 0 34 3E 36 9 2C 20
Octal 165 70 55 0 64 76 66 11 54 40
Binary 1110101 111000 101101 0 110100 111110 110110 1001 101100 100000

Color Harmonies of #75382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75382D

Black with #75382D

Text Example


Text Example

White with #75382D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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