Html Css Color HEX #7B6774 Monsoon

📋 copy color: '#7B6774'

red 123 ◦ green 103 ◦ blue 116

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

Shades of Monsoon #7B6774

Tints of Monsoon #7B6774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.92%

R = 35.96%
G = 30.12%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#7B6774 (or 0x7B6774) is known color: Monsoon. HEX triplet: 7B, 67 and 74. RGB value is (123,103,116). Sum of RGB (Red+Green+Blue) = 123+103+116=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6774 is #84988B. Grayscale: #6E6E6E. Windows color (decimal): -8689804 or 7628667. OLE color: 7628667.

HSL color Cylindrical-coordinate representation of color #7B6774: hue angle of 321º degrees, saturation: 0.09, 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 #7B6774 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 103 116 -
CMYK 0 0.16 0.06 0.52
HSL 321º 0.09% 0.44% -
HSV(B) 321º 0.16% 0.48% -
XYZ 16.17 15.17 18.6 -
YUV 110.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 123 103 116 0 0.16 0.06 0.52 321 0.09 0.44
Hex 7B 67 74 0 10 6 34 141 9 2C
Octal 173 147 164 0 20 6 64 501 11 54
Binary 1111011 1100111 1110100 0 10000 110 110100 101000001 1001 101100

Color Harmonies of #7B6774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6774

Black with #7B6774

Text Example


Text Example

White with #7B6774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,103,116); }

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

background-color css

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

 a { background-color: rgb(123,103,116); }

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

border-color css

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

 span { border-color: rgb(123,103,116); }

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