Html Css Color HEX #7B6675 Monsoon

📋 copy color: '#7B6675'

red 123 ◦ green 102 ◦ blue 117

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

Shades of Monsoon #7B6675

Tints of Monsoon #7B6675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.21%

R = 35.96%
G = 29.82%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7B6675 (or 0x7B6675) is known color: Monsoon. HEX triplet: 7B, 66 and 75. RGB value is (123,102,117). Sum of RGB (Red+Green+Blue) = 123+102+117=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6675 is #84998A. Grayscale: #6D6D6D. Windows color (decimal): -8690059 or 7693947. OLE color: 7693947.

HSL color Cylindrical-coordinate representation of color #7B6675: hue angle of 317.14º 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 #7B6675 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 102 117 -
CMYK 0 0.17 0.05 0.52
HSL 317.14º 0.09% 0.44% -
HSV(B) 317.14º 0.17% 0.48% -
XYZ 16.13 15 18.87 -
YUV 109.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 123 102 117 0 0.17 0.05 0.52 317.14 0.09 0.44
Hex 7B 66 75 0 11 5 34 13D 9 2C
Octal 173 146 165 0 21 5 64 475 11 54
Binary 1111011 1100110 1110101 0 10001 101 110100 100111101 1001 101100

Color Harmonies of #7B6675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6675

Black with #7B6675

Text Example


Text Example

White with #7B6675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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