Html Css Color HEX #767475 Monsoon

📋 copy color: '#767475'

red 118 ◦ green 116 ◦ blue 117

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

Shades of Monsoon #767475

Tints of Monsoon #767475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.05%

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

R = 33.62%
G = 33.05%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#767475 (or 0x767475) is known color: Monsoon. HEX triplet: 76, 74 and 75. RGB value is (118,116,117). Sum of RGB (Red+Green+Blue) = 118+116+117=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 118 - color contains mainly: red. Hex color #767475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767475 is #898B8A. Grayscale: #747474. Windows color (decimal): -9014155 or 7697526. OLE color: 7697526.

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

Color convert

RGB 118 116 117 -
CMYK 0 0.02 0.01 0.54
HSL 330º 0.01% 0.46% -
HSV(B) 330º 0.02% 0.46% -
XYZ 16.93 17.63 19.34 -
YUV 116.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 118 116 117 0 0.02 0.01 0.54 330 0.01 0.46
Hex 76 74 75 0 2 1 36 14A 1 2E
Octal 166 164 165 0 2 1 66 512 1 56
Binary 1110110 1110100 1110101 0 10 1 110110 101001010 1 101110

Color Harmonies of #767475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767475

Black with #767475

Text Example


Text Example

White with #767475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767475; }

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

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

background-color css

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

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

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

border-color css

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

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

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