Html Css Color HEX #7F8088 Storm Grey

📋 copy color: '#7F8088'

red 127 ◦ green 128 ◦ blue 136

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

Shades of Storm Grey #7F8088

Tints of Storm Grey #7F8088

RGB

 RED value IS 127 (50% from 255) = 32.48%

 GREEN value IS 128 (50.39% from 255) = 32.74%

 BLUE value IS 136 (53.52% from 255) = 34.78%

R = 32.48%
G = 32.74%
B = 34.78%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7F8088 (or 0x7F8088) is known color: Storm Grey. HEX triplet: 7F, 80 and 88. RGB value is (127,128,136). Sum of RGB (Red+Green+Blue) = 127+128+136=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F8088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8088 is #807F77. Grayscale: #808080. Windows color (decimal): -8421240 or 8945791. OLE color: 8945791.

HSL color Cylindrical-coordinate representation of color #7F8088: hue angle of 233.33º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7F8088 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 128 136 -
CMYK 0.07 0.06 0 0.47
HSL 233.33º 0.04% 0.52% -
HSV(B) 233.33º 0.07% 0.53% -
XYZ 20.92 21.73 26.38 -
YUV 128.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 127 128 136 0.07 0.06 0 0.47 233.33 0.04 0.52
Hex 7F 80 88 7 6 0 2F E9 4 34
Octal 177 200 210 7 6 0 57 351 4 64
Binary 1111111 10000000 10001000 111 110 0 101111 11101001 100 110100

Color Harmonies of #7F8088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8088

Black with #7F8088

Text Example


Text Example

White with #7F8088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F8088; }

 p { color: rgb(127,128,136); }

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

background-color css

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

 a { background-color: rgb(127,128,136); }

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

border-color css

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

 span { border-color: rgb(127,128,136); }

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