Html Css Color HEX #777375 Monsoon

📋 copy color: '#777375'

red 119 ◦ green 115 ◦ blue 117

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

Shades of Monsoon #777375

Tints of Monsoon #777375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.76%

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

R = 33.9%
G = 32.76%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#777375 (or 0x777375) is known color: Monsoon. HEX triplet: 77, 73 and 75. RGB value is (119,115,117). Sum of RGB (Red+Green+Blue) = 119+115+117=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 119 - color contains mainly: red. Hex color #777375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777375 is #888C8A. Grayscale: #747474. Windows color (decimal): -8948875 or 7697271. OLE color: 7697271.

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

Color convert

RGB 119 115 117 -
CMYK 0 0.03 0.02 0.53
HSL 330º 0.02% 0.46% -
HSV(B) 330º 0.03% 0.47% -
XYZ 16.95 17.47 19.31 -
YUV 116.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 119 115 117 0 0.03 0.02 0.53 330 0.02 0.46
Hex 77 73 75 0 3 2 35 14A 2 2E
Octal 167 163 165 0 3 2 65 512 2 56
Binary 1110111 1110011 1110101 0 11 10 110101 101001010 10 101110

Color Harmonies of #777375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777375

Black with #777375

Text Example


Text Example

White with #777375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777375; }

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

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

background-color css

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

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

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

border-color css

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

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

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