Html Css Color HEX #76646F Monsoon

📋 copy color: '#76646F'

red 118 ◦ green 100 ◦ blue 111

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

Shades of Monsoon #76646F

Tints of Monsoon #76646F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.4%

 BLUE value IS 111 (43.75% from 255) = 33.74%

R = 35.87%
G = 30.4%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76646F (or 0x76646F) is known color: Monsoon. HEX triplet: 76, 64 and 6F. RGB value is (118,100,111). Sum of RGB (Red+Green+Blue) = 118+100+111=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #76646F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76646F is #899B90. Grayscale: #6A6A6A. Windows color (decimal): -9018257 or 7300214. OLE color: 7300214.

HSL color Cylindrical-coordinate representation of color #76646F: hue angle of 323.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #76646F is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 100 111 -
CMYK 0 0.15 0.06 0.54
HSL 323.33º 0.08% 0.43% -
HSV(B) 323.33º 0.15% 0.46% -
XYZ 14.9 14.11 16.98 -
YUV 106.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 118 100 111 0 0.15 0.06 0.54 323.33 0.08 0.43
Hex 76 64 6F 0 F 6 36 143 8 2B
Octal 166 144 157 0 17 6 66 503 10 53
Binary 1110110 1100100 1101111 0 1111 110 110110 101000011 1000 101011

Color Harmonies of #76646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76646F

Black with #76646F

Text Example


Text Example

White with #76646F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76646F; }

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

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

background-color css

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

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

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

border-color css

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

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

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