Html Css Color HEX #766A72 Monsoon

📋 copy color: '#766A72'

red 118 ◦ green 106 ◦ blue 114

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

Shades of Monsoon #766A72

Tints of Monsoon #766A72

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.36%

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

R = 34.91%
G = 31.36%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#766A72 (or 0x766A72) is known color: Monsoon. HEX triplet: 76, 6A and 72. RGB value is (118,106,114). Sum of RGB (Red+Green+Blue) = 118+106+114=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 118 - color contains mainly: red. Hex color #766A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A72 is #89958D. Grayscale: #6E6E6E. Windows color (decimal): -9016718 or 7498358. OLE color: 7498358.

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

Color convert

RGB 118 106 114 -
CMYK 0 0.10 0.03 0.54
HSL 320º 0.05% 0.44% -
HSV(B) 320º 0.1% 0.46% -
XYZ 15.66 15.37 18.06 -
YUV 110.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 118 106 114 0 0.10 0.03 0.54 320 0.05 0.44
Hex 76 6A 72 0 A 3 36 140 5 2C
Octal 166 152 162 0 12 3 66 500 5 54
Binary 1110110 1101010 1110010 0 1010 11 110110 101000000 101 101100

Color Harmonies of #766A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A72

Black with #766A72

Text Example


Text Example

White with #766A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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