Html Css Color HEX #767274 Monsoon

📋 copy color: '#767274'

red 118 ◦ green 114 ◦ blue 116

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

Shades of Monsoon #767274

Tints of Monsoon #767274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.76%

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

R = 33.91%
G = 32.76%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#767274 (or 0x767274) is known color: Monsoon. HEX triplet: 76, 72 and 74. RGB value is (118,114,116). Sum of RGB (Red+Green+Blue) = 118+114+116=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 118 - color contains mainly: red. Hex color #767274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767274 is #898D8B. Grayscale: #737373. Windows color (decimal): -9014668 or 7631478. OLE color: 7631478.

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

Color convert

RGB 118 114 116 -
CMYK 0 0.03 0.02 0.54
HSL 330º 0.02% 0.45% -
HSV(B) 330º 0.03% 0.46% -
XYZ 16.64 17.15 18.96 -
YUV 115.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 118 114 116 0 0.03 0.02 0.54 330 0.02 0.45
Hex 76 72 74 0 3 2 36 14A 2 2D
Octal 166 162 164 0 3 2 66 512 2 55
Binary 1110110 1110010 1110100 0 11 10 110110 101001010 10 101101

Color Harmonies of #767274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767274

Black with #767274

Text Example


Text Example

White with #767274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767274; }

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

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

background-color css

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

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

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

border-color css

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

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

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