Html Css Color HEX #7B6072 Monsoon

📋 copy color: '#7B6072'

red 123 ◦ green 96 ◦ blue 114

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

Shades of Monsoon #7B6072

Tints of Monsoon #7B6072

RGB

 RED value IS 123 (48.44% from 255) = 36.94%

 GREEN value IS 96 (37.89% from 255) = 28.83%

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

R = 36.94%
G = 28.83%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7B6072 (or 0x7B6072) is known color: Monsoon. HEX triplet: 7B, 60 and 72. RGB value is (123,96,114). Sum of RGB (Red+Green+Blue) = 123+96+114=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6072 is #849F8D. Grayscale: #6A6A6A. Windows color (decimal): -8691598 or 7495803. OLE color: 7495803.

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

Color convert

RGB 123 96 114 -
CMYK 0 0.22 0.07 0.52
HSL 320º 0.12% 0.43% -
HSV(B) 320º 0.22% 0.48% -
XYZ 15.39 13.79 17.77 -
YUV 106.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 123 96 114 0 0.22 0.07 0.52 320 0.12 0.43
Hex 7B 60 72 0 16 7 34 140 C 2B
Octal 173 140 162 0 26 7 64 500 14 53
Binary 1111011 1100000 1110010 0 10110 111 110100 101000000 1100 101011

Color Harmonies of #7B6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6072

Black with #7B6072

Text Example


Text Example

White with #7B6072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,96,114); }

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

background-color css

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

 a { background-color: rgb(123,96,114); }

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

border-color css

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

 span { border-color: rgb(123,96,114); }

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