Html Css Color HEX #766571 Monsoon

📋 copy color: '#766571'

red 118 ◦ green 101 ◦ blue 113

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

Shades of Monsoon #766571

Tints of Monsoon #766571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.04%

R = 35.54%
G = 30.42%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#766571 (or 0x766571) is known color: Monsoon. HEX triplet: 76, 65 and 71. RGB value is (118,101,113). Sum of RGB (Red+Green+Blue) = 118+101+113=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #766571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766571 is #899A8E. Grayscale: #6B6B6B. Windows color (decimal): -9017999 or 7431542. OLE color: 7431542.

HSL color Cylindrical-coordinate representation of color #766571: hue angle of 317.65º 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 #766571 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 101 113 -
CMYK 0 0.14 0.04 0.54
HSL 317.65º 0.08% 0.43% -
HSV(B) 317.65º 0.14% 0.46% -
XYZ 15.11 14.35 17.6 -
YUV 107.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 118 101 113 0 0.14 0.04 0.54 317.65 0.08 0.43
Hex 76 65 71 0 E 4 36 13E 8 2B
Octal 166 145 161 0 16 4 66 476 10 53
Binary 1110110 1100101 1110001 0 1110 100 110110 100111110 1000 101011

Color Harmonies of #766571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766571

Black with #766571

Text Example


Text Example

White with #766571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766571; }

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

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

background-color css

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

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

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

border-color css

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

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

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