Html Css Color HEX #747B83 Storm Grey

📋 copy color: '#747B83'

red 116 ◦ green 123 ◦ blue 131

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

Shades of Storm Grey #747B83

Tints of Storm Grey #747B83

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.24%

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

R = 31.35%
G = 33.24%
B = 35.41%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#747B83 (or 0x747B83) is known color: Storm Grey. HEX triplet: 74, 7B and 83. RGB value is (116,123,131). Sum of RGB (Red+Green+Blue) = 116+123+131=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 131 - color contains mainly: blue. Hex color #747B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747B83 is #8B847C. Grayscale: #797979. Windows color (decimal): -9143421 or 8616820. OLE color: 8616820.

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

Color convert

RGB 116 123 131 -
CMYK 0.11 0.06 0 0.49
HSL 212º 0.06% 0.48% -
HSV(B) 212º 0.11% 0.51% -
XYZ 18.38 19.52 24.27 -
YUV 121.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 116 123 131 0.11 0.06 0 0.49 212 0.06 0.48
Hex 74 7B 83 B 6 0 31 D4 6 30
Octal 164 173 203 13 6 0 61 324 6 60
Binary 1110100 1111011 10000011 1011 110 0 110001 11010100 110 110000

Color Harmonies of #747B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747B83

Black with #747B83

Text Example


Text Example

White with #747B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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