Html Css Color HEX #766670 Monsoon

📋 copy color: '#766670'

red 118 ◦ green 102 ◦ blue 112

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

Shades of Monsoon #766670

Tints of Monsoon #766670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.72%

 BLUE value IS 112 (44.14% from 255) = 33.73%

R = 35.54%
G = 30.72%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#766670 (or 0x766670) is known color: Monsoon. HEX triplet: 76, 66 and 70. RGB value is (118,102,112). Sum of RGB (Red+Green+Blue) = 118+102+112=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #766670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766670 is #89998F. Grayscale: #6B6B6B. Windows color (decimal): -9017744 or 7366262. OLE color: 7366262.

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

Color convert

RGB 118 102 112 -
CMYK 0 0.14 0.05 0.54
HSL 322.5º 0.07% 0.43% -
HSV(B) 322.5º 0.14% 0.46% -
XYZ 15.15 14.52 17.33 -
YUV 107.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 118 102 112 0 0.14 0.05 0.54 322.5 0.07 0.43
Hex 76 66 70 0 E 5 36 142 7 2B
Octal 166 146 160 0 16 5 66 502 7 53
Binary 1110110 1100110 1110000 0 1110 101 110110 101000010 111 101011

Color Harmonies of #766670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766670

Black with #766670

Text Example


Text Example

White with #766670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766670; }

 p { color: rgb(118,102,112); }

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

background-color css

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

 a { background-color: rgb(118,102,112); }

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

border-color css

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

 span { border-color: rgb(118,102,112); }

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