Html Css Color HEX #766772 Monsoon

📋 copy color: '#766772'

red 118 ◦ green 103 ◦ blue 114

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

Shades of Monsoon #766772

Tints of Monsoon #766772

RGB

 RED value IS 118 (46.48% from 255) = 35.22%

 GREEN value IS 103 (40.63% from 255) = 30.75%

 BLUE value IS 114 (44.92% from 255) = 34.03%

R = 35.22%
G = 30.75%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#766772 (or 0x766772) is known color: Monsoon. HEX triplet: 76, 67 and 72. RGB value is (118,103,114). Sum of RGB (Red+Green+Blue) = 118+103+114=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 118 - color contains mainly: red. Hex color #766772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766772 is #89988D. Grayscale: #6C6C6C. Windows color (decimal): -9017486 or 7497590. OLE color: 7497590.

HSL color Cylindrical-coordinate representation of color #766772: hue angle of 316º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #766772 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 114 -
CMYK 0 0.13 0.03 0.54
HSL 316º 0.07% 0.43% -
HSV(B) 316º 0.13% 0.46% -
XYZ 15.36 14.77 17.96 -
YUV 108.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 118 103 114 0 0.13 0.03 0.54 316 0.07 0.43
Hex 76 67 72 0 D 3 36 13C 7 2B
Octal 166 147 162 0 15 3 66 474 7 53
Binary 1110110 1100111 1110010 0 1101 11 110110 100111100 111 101011

Color Harmonies of #766772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766772

Black with #766772

Text Example


Text Example

White with #766772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766772; }

 p { color: rgb(118,103,114); }

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

background-color css

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

 a { background-color: rgb(118,103,114); }

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

border-color css

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

 span { border-color: rgb(118,103,114); }

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