Html Css Color HEX #7B6975 Monsoon

📋 copy color: '#7B6975'

red 123 ◦ green 105 ◦ blue 117

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

Shades of Monsoon #7B6975

Tints of Monsoon #7B6975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.43%

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

R = 35.65%
G = 30.43%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7B6975 (or 0x7B6975) is known color: Monsoon. HEX triplet: 7B, 69 and 75. RGB value is (123,105,117). Sum of RGB (Red+Green+Blue) = 123+105+117=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6975 is #84968A. Grayscale: #6F6F6F. Windows color (decimal): -8689291 or 7694715. OLE color: 7694715.

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

Color convert

RGB 123 105 117 -
CMYK 0 0.15 0.05 0.52
HSL 320º 0.08% 0.45% -
HSV(B) 320º 0.15% 0.48% -
XYZ 16.43 15.6 18.97 -
YUV 111.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 123 105 117 0 0.15 0.05 0.52 320 0.08 0.45
Hex 7B 69 75 0 F 5 34 140 8 2D
Octal 173 151 165 0 17 5 64 500 10 55
Binary 1111011 1101001 1110101 0 1111 101 110100 101000000 1000 101101

Color Harmonies of #7B6975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6975

Black with #7B6975

Text Example


Text Example

White with #7B6975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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