Html Css Color HEX #766973 Monsoon

📋 copy color: '#766973'

red 118 ◦ green 105 ◦ blue 115

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

Shades of Monsoon #766973

Tints of Monsoon #766973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.07%

 BLUE value IS 115 (45.31% from 255) = 34.02%

R = 34.91%
G = 31.07%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#766973 (or 0x766973) is known color: Monsoon. HEX triplet: 76, 69 and 73. RGB value is (118,105,115). Sum of RGB (Red+Green+Blue) = 118+105+115=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 118 - color contains mainly: red. Hex color #766973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766973 is #89968C. Grayscale: #6E6E6E. Windows color (decimal): -9016973 or 7563638. OLE color: 7563638.

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

Color convert

RGB 118 105 115 -
CMYK 0 0.11 0.03 0.54
HSL 313.85º 0.06% 0.44% -
HSV(B) 313.85º 0.11% 0.46% -
XYZ 15.62 15.19 18.33 -
YUV 110.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 118 105 115 0 0.11 0.03 0.54 313.85 0.06 0.44
Hex 76 69 73 0 B 3 36 13A 6 2C
Octal 166 151 163 0 13 3 66 472 6 54
Binary 1110110 1101001 1110011 0 1011 11 110110 100111010 110 101100

Color Harmonies of #766973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766973

Black with #766973

Text Example


Text Example

White with #766973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766973; }

 p { color: rgb(118,105,115); }

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

background-color css

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

 a { background-color: rgb(118,105,115); }

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

border-color css

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

 span { border-color: rgb(118,105,115); }

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