Html Css Color HEX #747683 Storm Grey

📋 copy color: '#747683'

red 116 ◦ green 118 ◦ blue 131

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

Shades of Storm Grey #747683

Tints of Storm Grey #747683

RGB

 RED value IS 116 (45.7% from 255) = 31.78%

 GREEN value IS 118 (46.48% from 255) = 32.33%

 BLUE value IS 131 (51.56% from 255) = 35.89%

R = 31.78%
G = 32.33%
B = 35.89%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#747683 (or 0x747683) is known color: Storm Grey. HEX triplet: 74, 76 and 83. RGB value is (116,118,131). Sum of RGB (Red+Green+Blue) = 116+118+131=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 131 - color contains mainly: blue. Hex color #747683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747683 is #8B897C. Grayscale: #767676. Windows color (decimal): -9144701 or 8615540. OLE color: 8615540.

HSL color Cylindrical-coordinate representation of color #747683: hue angle of 232º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #747683 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 118 131 -
CMYK 0.11 0.10 0 0.49
HSL 232º 0.06% 0.48% -
HSV(B) 232º 0.11% 0.51% -
XYZ 17.78 18.31 24.07 -
YUV 118.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 116 118 131 0.11 0.10 0 0.49 232 0.06 0.48
Hex 74 76 83 B A 0 31 E8 6 30
Octal 164 166 203 13 12 0 61 350 6 60
Binary 1110100 1110110 10000011 1011 1010 0 110001 11101000 110 110000

Color Harmonies of #747683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747683

Black with #747683

Text Example


Text Example

White with #747683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747683; }

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

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

background-color css

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

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

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

border-color css

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

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

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