Html Css Color HEX #7B6474 Monsoon

📋 copy color: '#7B6474'

red 123 ◦ green 100 ◦ blue 116

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

Shades of Monsoon #7B6474

Tints of Monsoon #7B6474

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

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

R = 36.28%
G = 29.5%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#7B6474 (or 0x7B6474) is known color: Monsoon. HEX triplet: 7B, 64 and 74. RGB value is (123,100,116). Sum of RGB (Red+Green+Blue) = 123+100+116=339 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.28% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6474 is #849B8B. Grayscale: #6C6C6C. Windows color (decimal): -8690572 or 7627899. OLE color: 7627899.

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

Color convert

RGB 123 100 116 -
CMYK 0 0.19 0.06 0.52
HSL 318.26º 0.1% 0.44% -
HSV(B) 318.26º 0.19% 0.48% -
XYZ 15.88 14.59 18.5 -
YUV 108.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 123 100 116 0 0.19 0.06 0.52 318.26 0.1 0.44
Hex 7B 64 74 0 13 6 34 13E A 2C
Octal 173 144 164 0 23 6 64 476 12 54
Binary 1111011 1100100 1110100 0 10011 110 110100 100111110 1010 101100

Color Harmonies of #7B6474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6474

Black with #7B6474

Text Example


Text Example

White with #7B6474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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