Html Css Color HEX #767075 Monsoon

📋 copy color: '#767075'

red 118 ◦ green 112 ◦ blue 117

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

Shades of Monsoon #767075

Tints of Monsoon #767075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.28%

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 34.01%
G = 32.28%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#767075 (or 0x767075) is known color: Monsoon. HEX triplet: 76, 70 and 75. RGB value is (118,112,117). Sum of RGB (Red+Green+Blue) = 118+112+117=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 118 - color contains mainly: red. Hex color #767075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767075 is #898F8A. Grayscale: #727272. Windows color (decimal): -9015179 or 7696502. OLE color: 7696502.

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

Color convert

RGB 118 112 117 -
CMYK 0 0.05 0.01 0.54
HSL 310º 0.03% 0.45% -
HSV(B) 310º 0.05% 0.46% -
XYZ 16.48 16.72 19.19 -
YUV 114.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 118 112 117 0 0.05 0.01 0.54 310 0.03 0.45
Hex 76 70 75 0 5 1 36 136 3 2D
Octal 166 160 165 0 5 1 66 466 3 55
Binary 1110110 1110000 1110101 0 101 1 110110 100110110 11 101101

Color Harmonies of #767075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767075

Black with #767075

Text Example


Text Example

White with #767075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767075; }

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

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

background-color css

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

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

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

border-color css

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

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

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