Html Css Color HEX #767074 Monsoon

📋 copy color: '#767074'

red 118 ◦ green 112 ◦ blue 116

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

Shades of Monsoon #767074

Tints of Monsoon #767074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.53%

R = 34.1%
G = 32.37%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#767074 (or 0x767074) is known color: Monsoon. HEX triplet: 76, 70 and 74. RGB value is (118,112,116). Sum of RGB (Red+Green+Blue) = 118+112+116=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 118 - color contains mainly: red. Hex color #767074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767074 is #898F8B. Grayscale: #727272. Windows color (decimal): -9015180 or 7630966. OLE color: 7630966.

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

Color convert

RGB 118 112 116 -
CMYK 0 0.05 0.02 0.54
HSL 320º 0.03% 0.45% -
HSV(B) 320º 0.05% 0.46% -
XYZ 16.42 16.7 18.88 -
YUV 114.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 118 112 116 0 0.05 0.02 0.54 320 0.03 0.45
Hex 76 70 74 0 5 2 36 140 3 2D
Octal 166 160 164 0 5 2 66 500 3 55
Binary 1110110 1110000 1110100 0 101 10 110110 101000000 11 101101

Color Harmonies of #767074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767074

Black with #767074

Text Example


Text Example

White with #767074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767074; }

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

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

background-color css

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

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

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

border-color css

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

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

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