Html Css Color HEX #777074 Monsoon

📋 copy color: '#777074'

red 119 ◦ green 112 ◦ blue 116

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

Shades of Monsoon #777074

Tints of Monsoon #777074

RGB

 RED value IS 119 (46.88% from 255) = 34.29%

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

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

R = 34.29%
G = 32.28%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#777074 (or 0x777074) is known color: Monsoon. HEX triplet: 77, 70 and 74. RGB value is (119,112,116). Sum of RGB (Red+Green+Blue) = 119+112+116=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 119 - color contains mainly: red. Hex color #777074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777074 is #888F8B. Grayscale: #727272. Windows color (decimal): -8949644 or 7630967. OLE color: 7630967.

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

Color convert

RGB 119 112 116 -
CMYK 0 0.06 0.03 0.53
HSL 325.71º 0.03% 0.45% -
HSV(B) 325.71º 0.06% 0.47% -
XYZ 16.55 16.77 18.89 -
YUV 114.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 119 112 116 0 0.06 0.03 0.53 325.71 0.03 0.45
Hex 77 70 74 0 6 3 35 146 3 2D
Octal 167 160 164 0 6 3 65 506 3 55
Binary 1110111 1110000 1110100 0 110 11 110101 101000110 11 101101

Color Harmonies of #777074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777074

Black with #777074

Text Example


Text Example

White with #777074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777074; }

 p { color: rgb(119,112,116); }

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

background-color css

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

 a { background-color: rgb(119,112,116); }

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

border-color css

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

 span { border-color: rgb(119,112,116); }

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