Html Css Color HEX #7A6772 Monsoon

📋 copy color: '#7A6772'

red 122 ◦ green 103 ◦ blue 114

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

Shades of Monsoon #7A6772

Tints of Monsoon #7A6772

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.38%

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 35.99%
G = 30.38%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7A6772 (or 0x7A6772) is known color: Monsoon. HEX triplet: 7A, 67 and 72. RGB value is (122,103,114). Sum of RGB (Red+Green+Blue) = 122+103+114=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6772 is #85988D. Grayscale: #6D6D6D. Windows color (decimal): -8755342 or 7497594. OLE color: 7497594.

HSL color Cylindrical-coordinate representation of color #7A6772: hue angle of 325.26º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A6772 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 103 114 -
CMYK 0 0.16 0.07 0.52
HSL 325.26º 0.08% 0.44% -
HSV(B) 325.26º 0.16% 0.48% -
XYZ 15.91 15.05 17.99 -
YUV 109.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 122 103 114 0 0.16 0.07 0.52 325.26 0.08 0.44
Hex 7A 67 72 0 10 7 34 145 8 2C
Octal 172 147 162 0 20 7 64 505 10 54
Binary 1111010 1100111 1110010 0 10000 111 110100 101000101 1000 101100

Color Harmonies of #7A6772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6772

Black with #7A6772

Text Example


Text Example

White with #7A6772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,103,114); }

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

background-color css

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

 a { background-color: rgb(122,103,114); }

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

border-color css

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

 span { border-color: rgb(122,103,114); }

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