Html Css Color HEX #7C727A Monsoon

📋 copy color: '#7C727A'

red 124 ◦ green 114 ◦ blue 122

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

Shades of Monsoon #7C727A

Tints of Monsoon #7C727A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.67%

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 34.44%
G = 31.67%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7C727A (or 0x7C727A) is known color: Monsoon. HEX triplet: 7C, 72 and 7A. RGB value is (124,114,122). Sum of RGB (Red+Green+Blue) = 124+114+122=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 124 - color contains mainly: red. Hex color #7C727A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C727A is #838D85. Grayscale: #757575. Windows color (decimal): -8621446 or 8024700. OLE color: 8024700.

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

Color convert

RGB 124 114 122 -
CMYK 0 0.08 0.02 0.51
HSL 312º 0.04% 0.47% -
HSV(B) 312º 0.08% 0.49% -
XYZ 17.84 17.72 20.89 -
YUV 117.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 124 114 122 0 0.08 0.02 0.51 312 0.04 0.47
Hex 7C 72 7A 0 8 2 33 138 4 2F
Octal 174 162 172 0 10 2 63 470 4 57
Binary 1111100 1110010 1111010 0 1000 10 110011 100111000 100 101111

Color Harmonies of #7C727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C727A

Black with #7C727A

Text Example


Text Example

White with #7C727A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,114,122); }

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

background-color css

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

 a { background-color: rgb(124,114,122); }

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

border-color css

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

 span { border-color: rgb(124,114,122); }

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