Html Css Color HEX #766F73 Monsoon

📋 copy color: '#766F73'

red 118 ◦ green 111 ◦ blue 115

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

Shades of Monsoon #766F73

Tints of Monsoon #766F73

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.27%

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

R = 34.3%
G = 32.27%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#766F73 (or 0x766F73) is known color: Monsoon. HEX triplet: 76, 6F and 73. RGB value is (118,111,115). Sum of RGB (Red+Green+Blue) = 118+111+115=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 118 - color contains mainly: red. Hex color #766F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F73 is #89908C. Grayscale: #717171. Windows color (decimal): -9015437 or 7565174. OLE color: 7565174.

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

Color convert

RGB 118 111 115 -
CMYK 0 0.06 0.03 0.54
HSL 325.71º 0.03% 0.45% -
HSV(B) 325.71º 0.06% 0.46% -
XYZ 16.25 16.46 18.54 -
YUV 113.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 118 111 115 0 0.06 0.03 0.54 325.71 0.03 0.45
Hex 76 6F 73 0 6 3 36 146 3 2D
Octal 166 157 163 0 6 3 66 506 3 55
Binary 1110110 1101111 1110011 0 110 11 110110 101000110 11 101101

Color Harmonies of #766F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F73

Black with #766F73

Text Example


Text Example

White with #766F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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