Html Css Color HEX #7E979B Submarine

📋 copy color: '#7E979B'

red 126 ◦ green 151 ◦ blue 155

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

Shades of Submarine #7E979B

Tints of Submarine #7E979B

RGB

 RED value IS 126 (49.61% from 255) = 29.17%

 GREEN value IS 151 (59.38% from 255) = 34.95%

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 29.17%
G = 34.95%
B = 35.88%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7E979B (or 0x7E979B) is known color: Submarine. HEX triplet: 7E, 97 and 9B. RGB value is (126,151,155). Sum of RGB (Red+Green+Blue) = 126+151+155=432 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.17% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E979B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E979B is #816864. Grayscale: #8F8F8F. Windows color (decimal): -8480869 or 10196862. OLE color: 10196862.

HSL color Cylindrical-coordinate representation of color #7E979B: hue angle of 188.28º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E979B is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 126 151 155 -
CMYK 0.19 0.03 0 0.39
HSL 188.28º 0.13% 0.55% -
HSV(B) 188.28º 0.19% 0.61% -
XYZ 25.59 28.94 35.25 -
YUV 143.98 134.22 115.17 -
System Red Green Blue C M Y K H S L
Decimal 126 151 155 0.19 0.03 0 0.39 188.28 0.13 0.55
Hex 7E 97 9B 13 3 0 27 BC D 37
Octal 176 227 233 23 3 0 47 274 15 67
Binary 1111110 10010111 10011011 10011 11 0 100111 10111100 1101 110111

Color Harmonies of #7E979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E979B

Black with #7E979B

Text Example


Text Example

White with #7E979B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,151,155); }

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

background-color css

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

 a { background-color: rgb(126,151,155); }

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

border-color css

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

 span { border-color: rgb(126,151,155); }

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