Html Css Color HEX #74382D Mocha

📋 copy color: '#74382D'

red 116 ◦ green 56 ◦ blue 45

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

Shades of Mocha #74382D

Tints of Mocha #74382D

RGB

 RED value IS 116 (45.7% from 255) = 53.46%

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

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

R = 53.46%
G = 25.81%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#74382D (or 0x74382D) is known color: Mocha. HEX triplet: 74, 38 and 2D. RGB value is (116,56,45). Sum of RGB (Red+Green+Blue) = 116+56+45=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #74382D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74382D is #8BC7D2. Grayscale: #484848. Windows color (decimal): -9160659 or 2963572. OLE color: 2963572.

HSL color Cylindrical-coordinate representation of color #74382D: hue angle of 9.3º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74382D is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 56 45 -
CMYK 0 0.52 0.61 0.55
HSL 9.3º 0.44% 0.32% -
HSV(B) 9.3º 0.61% 0.45% -
XYZ 9.09 6.73 3.3 -
YUV 72.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 116 56 45 0 0.52 0.61 0.55 9.3 0.44 0.32
Hex 74 38 2D 0 34 3D 37 9 2C 20
Octal 164 70 55 0 64 75 67 11 54 40
Binary 1110100 111000 101101 0 110100 111101 110111 1001 101100 100000

Color Harmonies of #74382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74382D

Black with #74382D

Text Example


Text Example

White with #74382D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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