Html Css Color HEX #747883 Storm Grey

📋 copy color: '#747883'

red 116 ◦ green 120 ◦ blue 131

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

Shades of Storm Grey #747883

Tints of Storm Grey #747883

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.7%

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

R = 31.61%
G = 32.7%
B = 35.69%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#747883 (or 0x747883) is known color: Storm Grey. HEX triplet: 74, 78 and 83. RGB value is (116,120,131). Sum of RGB (Red+Green+Blue) = 116+120+131=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 131 - color contains mainly: blue. Hex color #747883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747883 is #8B877C. Grayscale: #787878. Windows color (decimal): -9144189 or 8616052. OLE color: 8616052.

HSL color Cylindrical-coordinate representation of color #747883: hue angle of 224º 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 #747883 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 120 131 -
CMYK 0.11 0.08 0 0.49
HSL 224º 0.06% 0.48% -
HSV(B) 224º 0.11% 0.51% -
XYZ 18.02 18.78 24.15 -
YUV 120.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 116 120 131 0.11 0.08 0 0.49 224 0.06 0.48
Hex 74 78 83 B 8 0 31 E0 6 30
Octal 164 170 203 13 10 0 61 340 6 60
Binary 1110100 1111000 10000011 1011 1000 0 110001 11100000 110 110000

Color Harmonies of #747883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747883

Black with #747883

Text Example


Text Example

White with #747883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747883; }

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

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

background-color css

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

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

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

border-color css

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

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

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