Html Css Color HEX #7B6775 Monsoon

📋 copy color: '#7B6775'

red 123 ◦ green 103 ◦ blue 117

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

Shades of Monsoon #7B6775

Tints of Monsoon #7B6775

RGB

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

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

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

R = 35.86%
G = 30.03%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7B6775 (or 0x7B6775) is known color: Monsoon. HEX triplet: 7B, 67 and 75. RGB value is (123,103,117). Sum of RGB (Red+Green+Blue) = 123+103+117=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6775 is #84988A. Grayscale: #6E6E6E. Windows color (decimal): -8689803 or 7694203. OLE color: 7694203.

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

Color convert

RGB 123 103 117 -
CMYK 0 0.16 0.05 0.52
HSL 318º 0.09% 0.44% -
HSV(B) 318º 0.16% 0.48% -
XYZ 16.23 15.2 18.91 -
YUV 110.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 123 103 117 0 0.16 0.05 0.52 318 0.09 0.44
Hex 7B 67 75 0 10 5 34 13E 9 2C
Octal 173 147 165 0 20 5 64 476 11 54
Binary 1111011 1100111 1110101 0 10000 101 110100 100111110 1001 101100

Color Harmonies of #7B6775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6775

Black with #7B6775

Text Example


Text Example

White with #7B6775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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