Html Css Color HEX #7C6976 Monsoon

📋 copy color: '#7C6976'

red 124 ◦ green 105 ◦ blue 118

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

Shades of Monsoon #7C6976

Tints of Monsoon #7C6976

RGB

 RED value IS 124 (48.83% from 255) = 35.73%

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

 BLUE value IS 118 (46.48% from 255) = 34.01%

R = 35.73%
G = 30.26%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#7C6976 (or 0x7C6976) is known color: Monsoon. HEX triplet: 7C, 69 and 76. RGB value is (124,105,118). Sum of RGB (Red+Green+Blue) = 124+105+118=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6976 is #839689. Grayscale: #707070. Windows color (decimal): -8623754 or 7760252. OLE color: 7760252.

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

Color convert

RGB 124 105 118 -
CMYK 0 0.15 0.05 0.51
HSL 318.95º 0.08% 0.45% -
HSV(B) 318.95º 0.15% 0.49% -
XYZ 16.63 15.7 19.29 -
YUV 112.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 124 105 118 0 0.15 0.05 0.51 318.95 0.08 0.45
Hex 7C 69 76 0 F 5 33 13F 8 2D
Octal 174 151 166 0 17 5 63 477 10 55
Binary 1111100 1101001 1110110 0 1111 101 110011 100111111 1000 101101

Color Harmonies of #7C6976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6976

Black with #7C6976

Text Example


Text Example

White with #7C6976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,105,118); }

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

background-color css

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

 a { background-color: rgb(124,105,118); }

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

border-color css

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

 span { border-color: rgb(124,105,118); }

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