Html Css Color HEX #7D6274 Monsoon

📋 copy color: '#7D6274'

red 125 ◦ green 98 ◦ blue 116

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

Shades of Monsoon #7D6274

Tints of Monsoon #7D6274

RGB

 RED value IS 125 (49.22% from 255) = 36.87%

 GREEN value IS 98 (38.67% from 255) = 28.91%

 BLUE value IS 116 (45.7% from 255) = 34.22%

R = 36.87%
G = 28.91%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#7D6274 (or 0x7D6274) is known color: Monsoon. HEX triplet: 7D, 62 and 74. RGB value is (125,98,116). Sum of RGB (Red+Green+Blue) = 125+98+116=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6274 is #829D8B. Grayscale: #6C6C6C. Windows color (decimal): -8560012 or 7627389. OLE color: 7627389.

HSL color Cylindrical-coordinate representation of color #7D6274: hue angle of 320º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D6274 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 98 116 -
CMYK 0 0.22 0.07 0.51
HSL 320º 0.12% 0.44% -
HSV(B) 320º 0.22% 0.49% -
XYZ 15.98 14.36 18.45 -
YUV 108.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 125 98 116 0 0.22 0.07 0.51 320 0.12 0.44
Hex 7D 62 74 0 16 7 33 140 C 2C
Octal 175 142 164 0 26 7 63 500 14 54
Binary 1111101 1100010 1110100 0 10110 111 110011 101000000 1100 101100

Color Harmonies of #7D6274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6274

Black with #7D6274

Text Example


Text Example

White with #7D6274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,98,116); }

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

background-color css

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

 a { background-color: rgb(125,98,116); }

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

border-color css

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

 span { border-color: rgb(125,98,116); }

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