Html Css Color HEX #7D757B Monsoon

📋 copy color: '#7D757B'

red 125 ◦ green 117 ◦ blue 123

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

Shades of Monsoon #7D757B

Tints of Monsoon #7D757B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.05%

 BLUE value IS 123 (48.44% from 255) = 33.7%

R = 34.25%
G = 32.05%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7D757B (or 0x7D757B) is known color: Monsoon. HEX triplet: 7D, 75 and 7B. RGB value is (125,117,123). Sum of RGB (Red+Green+Blue) = 125+117+123=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 125 - color contains mainly: red. Hex color #7D757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D757B is #828A84. Grayscale: #787878. Windows color (decimal): -8555141 or 8091005. OLE color: 8091005.

HSL color Cylindrical-coordinate representation of color #7D757B: hue angle of 315º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7D757B is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 117 123 -
CMYK 0 0.06 0.02 0.51
HSL 315º 0.03% 0.47% -
HSV(B) 315º 0.06% 0.49% -
XYZ 18.39 18.51 21.34 -
YUV 120.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 125 117 123 0 0.06 0.02 0.51 315 0.03 0.47
Hex 7D 75 7B 0 6 2 33 13B 3 2F
Octal 175 165 173 0 6 2 63 473 3 57
Binary 1111101 1110101 1111011 0 110 10 110011 100111011 11 101111

Color Harmonies of #7D757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D757B

Black with #7D757B

Text Example


Text Example

White with #7D757B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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