Html Css Color HEX #85777F Monsoon

📋 copy color: '#85777F'

red 133 ◦ green 119 ◦ blue 127

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

Shades of Monsoon #85777F

Tints of Monsoon #85777F

RGB

 RED value IS 133 (52.34% from 255) = 35.09%

 GREEN value IS 119 (46.88% from 255) = 31.4%

 BLUE value IS 127 (50% from 255) = 33.51%

R = 35.09%
G = 31.4%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85777F (or 0x85777F) is known color: Monsoon. HEX triplet: 85, 77 and 7F. RGB value is (133,119,127). Sum of RGB (Red+Green+Blue) = 133+119+127=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #85777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85777F is #7A8880. Grayscale: #7C7C7C. Windows color (decimal): -8030337 or 8353669. OLE color: 8353669.

HSL color Cylindrical-coordinate representation of color #85777F: hue angle of 325.71º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #85777F is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 119 127 -
CMYK 0 0.11 0.05 0.48
HSL 325.71º 0.06% 0.49% -
HSV(B) 325.71º 0.11% 0.52% -
XYZ 20.1 19.71 22.82 -
YUV 124.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 133 119 127 0 0.11 0.05 0.48 325.71 0.06 0.49
Hex 85 77 7F 0 B 5 30 146 6 31
Octal 205 167 177 0 13 5 60 506 6 61
Binary 10000101 1110111 1111111 0 1011 101 110000 101000110 110 110001

Color Harmonies of #85777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85777F

Black with #85777F

Text Example


Text Example

White with #85777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85777F; }

 p { color: rgb(133,119,127); }

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

background-color css

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

 a { background-color: rgb(133,119,127); }

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

border-color css

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

 span { border-color: rgb(133,119,127); }

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