Html Css Color HEX #74768D Storm Grey

📋 copy color: '#74768D'

red 116 ◦ green 118 ◦ blue 141

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

Shades of Storm Grey #74768D

Tints of Storm Grey #74768D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.6%

R = 30.93%
G = 31.47%
B = 37.6%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74768D (or 0x74768D) is known color: Storm Grey. HEX triplet: 74, 76 and 8D. RGB value is (116,118,141). Sum of RGB (Red+Green+Blue) = 116+118+141=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 141 - color contains mainly: blue. Hex color #74768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74768D is #8B8972. Grayscale: #777777. Windows color (decimal): -9144691 or 9270900. OLE color: 9270900.

HSL color Cylindrical-coordinate representation of color #74768D: hue angle of 235.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #74768D is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 118 141 -
CMYK 0.18 0.16 0 0.45
HSL 235.2º 0.1% 0.5% -
HSV(B) 235.2º 0.18% 0.55% -
XYZ 18.49 18.59 27.81 -
YUV 120.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 116 118 141 0.18 0.16 0 0.45 235.2 0.1 0.5
Hex 74 76 8D 12 10 0 2D EB A 32
Octal 164 166 215 22 20 0 55 353 12 62
Binary 1110100 1110110 10001101 10010 10000 0 101101 11101011 1010 110010

Color Harmonies of #74768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74768D

Black with #74768D

Text Example


Text Example

White with #74768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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