Html Css Color HEX #7E9A9D Submarine

📋 copy color: '#7E9A9D'

red 126 ◦ green 154 ◦ blue 157

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

Shades of Submarine #7E9A9D

Tints of Submarine #7E9A9D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.24%

 BLUE value IS 157 (61.72% from 255) = 35.93%

R = 28.83%
G = 35.24%
B = 35.93%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E9A9D (or 0x7E9A9D) is known color: Submarine. HEX triplet: 7E, 9A and 9D. RGB value is (126,154,157). Sum of RGB (Red+Green+Blue) = 126+154+157=437 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.83% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E9A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9A9D is #816562. Grayscale: #919191. Windows color (decimal): -8480099 or 10328702. OLE color: 10328702.

HSL color Cylindrical-coordinate representation of color #7E9A9D: hue angle of 185.81º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7E9A9D is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 126 154 157 -
CMYK 0.20 0.02 0 0.38
HSL 185.81º 0.14% 0.55% -
HSV(B) 185.81º 0.2% 0.62% -
XYZ 26.25 29.98 36.3 -
YUV 145.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 126 154 157 0.20 0.02 0 0.38 185.81 0.14 0.55
Hex 7E 9A 9D 14 2 0 26 BA E 37
Octal 176 232 235 24 2 0 46 272 16 67
Binary 1111110 10011010 10011101 10100 10 0 100110 10111010 1110 110111

Color Harmonies of #7E9A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9A9D

Black with #7E9A9D

Text Example


Text Example

White with #7E9A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,154,157); }

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

background-color css

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

 a { background-color: rgb(126,154,157); }

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

border-color css

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

 span { border-color: rgb(126,154,157); }

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