Html Css Color HEX #7D7078 Monsoon

📋 copy color: '#7D7078'

red 125 ◦ green 112 ◦ blue 120

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

Shades of Monsoon #7D7078

Tints of Monsoon #7D7078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.37%

 BLUE value IS 120 (47.27% from 255) = 33.61%

R = 35.01%
G = 31.37%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#7D7078 (or 0x7D7078) is known color: Monsoon. HEX triplet: 7D, 70 and 78. RGB value is (125,112,120). Sum of RGB (Red+Green+Blue) = 125+112+120=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7078 is #828F87. Grayscale: #747474. Windows color (decimal): -8556424 or 7893117. OLE color: 7893117.

HSL color Cylindrical-coordinate representation of color #7D7078: hue angle of 323.08º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D7078 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 112 120 -
CMYK 0 0.10 0.04 0.51
HSL 323.08º 0.05% 0.46% -
HSV(B) 323.08º 0.1% 0.49% -
XYZ 17.64 17.3 20.18 -
YUV 116.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 125 112 120 0 0.10 0.04 0.51 323.08 0.05 0.46
Hex 7D 70 78 0 A 4 33 143 5 2E
Octal 175 160 170 0 12 4 63 503 5 56
Binary 1111101 1110000 1111000 0 1010 100 110011 101000011 101 101110

Color Harmonies of #7D7078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7078

Black with #7D7078

Text Example


Text Example

White with #7D7078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,112,120); }

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

background-color css

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

 a { background-color: rgb(125,112,120); }

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

border-color css

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

 span { border-color: rgb(125,112,120); }

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