Html Css Color HEX #7B6674 Monsoon

📋 copy color: '#7B6674'

red 123 ◦ green 102 ◦ blue 116

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

Shades of Monsoon #7B6674

Tints of Monsoon #7B6674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.91%

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

R = 36.07%
G = 29.91%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#7B6674 (or 0x7B6674) is known color: Monsoon. HEX triplet: 7B, 66 and 74. RGB value is (123,102,116). Sum of RGB (Red+Green+Blue) = 123+102+116=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6674 is #84998B. Grayscale: #6D6D6D. Windows color (decimal): -8690060 or 7628411. OLE color: 7628411.

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

Color convert

RGB 123 102 116 -
CMYK 0 0.17 0.06 0.52
HSL 320º 0.09% 0.44% -
HSV(B) 320º 0.17% 0.48% -
XYZ 16.07 14.97 18.57 -
YUV 109.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 123 102 116 0 0.17 0.06 0.52 320 0.09 0.44
Hex 7B 66 74 0 11 6 34 140 9 2C
Octal 173 146 164 0 21 6 64 500 11 54
Binary 1111011 1100110 1110100 0 10001 110 110100 101000000 1001 101100

Color Harmonies of #7B6674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6674

Black with #7B6674

Text Example


Text Example

White with #7B6674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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