Html Css Color HEX #76656F Monsoon

📋 copy color: '#76656F'

red 118 ◦ green 101 ◦ blue 111

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

Shades of Monsoon #76656F

Tints of Monsoon #76656F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.61%

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

R = 35.76%
G = 30.61%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76656F (or 0x76656F) is known color: Monsoon. HEX triplet: 76, 65 and 6F. RGB value is (118,101,111). Sum of RGB (Red+Green+Blue) = 118+101+111=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #76656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76656F is #899A90. Grayscale: #6B6B6B. Windows color (decimal): -9018001 or 7300470. OLE color: 7300470.

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

Color convert

RGB 118 101 111 -
CMYK 0 0.14 0.06 0.54
HSL 324.71º 0.08% 0.43% -
HSV(B) 324.71º 0.14% 0.46% -
XYZ 14.99 14.31 17.01 -
YUV 107.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 118 101 111 0 0.14 0.06 0.54 324.71 0.08 0.43
Hex 76 65 6F 0 E 6 36 145 8 2B
Octal 166 145 157 0 16 6 66 505 10 53
Binary 1110110 1100101 1101111 0 1110 110 110110 101000101 1000 101011

Color Harmonies of #76656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76656F

Black with #76656F

Text Example


Text Example

White with #76656F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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