Html Css Color HEX #7A362A Mocha

📋 copy color: '#7A362A'

red 122 ◦ green 54 ◦ blue 42

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

Shades of Mocha #7A362A

Tints of Mocha #7A362A

RGB

 RED value IS 122 (48.05% from 255) = 55.96%

 GREEN value IS 54 (21.48% from 255) = 24.77%

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

R = 55.96%
G = 24.77%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#7A362A (or 0x7A362A) is known color: Mocha. HEX triplet: 7A, 36 and 2A. RGB value is (122,54,42). Sum of RGB (Red+Green+Blue) = 122+54+42=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A362A is #85C9D5. Grayscale: #494949. Windows color (decimal): -8767958 or 2766458. OLE color: 2766458.

HSL color Cylindrical-coordinate representation of color #7A362A: hue angle of 9º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A362A is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 54 42 -
CMYK 0 0.56 0.66 0.52
HSL 0.49% 0.32% -
HSV(B) 0.66% 0.48% -
XYZ 9.76 6.94 3.02 -
YUV 72.96 110.53 162.98 -
System Red Green Blue C M Y K H S L
Decimal 122 54 42 0 0.56 0.66 0.52 9 0.49 0.32
Hex 7A 36 2A 0 38 42 34 9 31 20
Octal 172 66 52 0 70 102 64 11 61 40
Binary 1111010 110110 101010 0 111000 1000010 110100 1001 110001 100000

Color Harmonies of #7A362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A362A

Black with #7A362A

Text Example


Text Example

White with #7A362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A362A; }

 p { color: rgb(122,54,42); }

 H1.HeaderClassName
 {
   color: #7A362A;
 }
 .AnyTagClassName
 {
   color: #7A362A;
 }
</style>

background-color css

<style>
 a { background-color: #7A362A; }

 a { background-color: rgb(122,54,42); }

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

border-color css

<style>
 span { border-color: #7A362A; }

 span { border-color: rgb(122,54,42); }

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