Html Css Color HEX #777075 Monsoon

📋 copy color: '#777075'

red 119 ◦ green 112 ◦ blue 117

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

Shades of Monsoon #777075

Tints of Monsoon #777075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.62%

R = 34.2%
G = 32.18%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#777075 (or 0x777075) is known color: Monsoon. HEX triplet: 77, 70 and 75. RGB value is (119,112,117). Sum of RGB (Red+Green+Blue) = 119+112+117=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 119 - color contains mainly: red. Hex color #777075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777075 is #888F8A. Grayscale: #727272. Windows color (decimal): -8949643 or 7696503. OLE color: 7696503.

HSL color Cylindrical-coordinate representation of color #777075: hue angle of 317.14º 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 #777075 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 117 -
CMYK 0 0.06 0.02 0.53
HSL 317.14º 0.03% 0.45% -
HSV(B) 317.14º 0.06% 0.47% -
XYZ 16.61 16.79 19.2 -
YUV 114.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 119 112 117 0 0.06 0.02 0.53 317.14 0.03 0.45
Hex 77 70 75 0 6 2 35 13D 3 2D
Octal 167 160 165 0 6 2 65 475 3 55
Binary 1110111 1110000 1110101 0 110 10 110101 100111101 11 101101

Color Harmonies of #777075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777075

Black with #777075

Text Example


Text Example

White with #777075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777075; }

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

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

background-color css

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

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

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

border-color css

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

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

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