Html Css Color HEX #7B6875 Monsoon

📋 copy color: '#7B6875'

red 123 ◦ green 104 ◦ blue 117

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

Shades of Monsoon #7B6875

Tints of Monsoon #7B6875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.23%

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

R = 35.76%
G = 30.23%
B = 34.01%

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

#7B6875 (or 0x7B6875) is known color: Monsoon. HEX triplet: 7B, 68 and 75. RGB value is (123,104,117). Sum of RGB (Red+Green+Blue) = 123+104+117=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6875 is #84978A. Grayscale: #6F6F6F. Windows color (decimal): -8689547 or 7694459. OLE color: 7694459.

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

Color convert

RGB 123 104 117 -
CMYK 0 0.15 0.05 0.52
HSL 318.95º 0.08% 0.45% -
HSV(B) 318.95º 0.15% 0.48% -
XYZ 16.33 15.4 18.94 -
YUV 111.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 123 104 117 0 0.15 0.05 0.52 318.95 0.08 0.45
Hex 7B 68 75 0 F 5 34 13F 8 2D
Octal 173 150 165 0 17 5 64 477 10 55
Binary 1111011 1101000 1110101 0 1111 101 110100 100111111 1000 101101

Color Harmonies of #7B6875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6875

Black with #7B6875

Text Example


Text Example

White with #7B6875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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