Html Css Color HEX #7B6372 Monsoon

📋 copy color: '#7B6372'

red 123 ◦ green 99 ◦ blue 114

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

Shades of Monsoon #7B6372

Tints of Monsoon #7B6372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.46%

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

R = 36.61%
G = 29.46%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7B6372 (or 0x7B6372) is known color: Monsoon. HEX triplet: 7B, 63 and 72. RGB value is (123,99,114). Sum of RGB (Red+Green+Blue) = 123+99+114=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6372 is #849C8D. Grayscale: #6B6B6B. Windows color (decimal): -8690830 or 7496571. OLE color: 7496571.

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

Color convert

RGB 123 99 114 -
CMYK 0 0.20 0.07 0.52
HSL 322.5º 0.11% 0.44% -
HSV(B) 322.5º 0.2% 0.48% -
XYZ 15.67 14.35 17.86 -
YUV 107.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 123 99 114 0 0.20 0.07 0.52 322.5 0.11 0.44
Hex 7B 63 72 0 14 7 34 142 B 2C
Octal 173 143 162 0 24 7 64 502 13 54
Binary 1111011 1100011 1110010 0 10100 111 110100 101000010 1011 101100

Color Harmonies of #7B6372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6372

Black with #7B6372

Text Example


Text Example

White with #7B6372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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