Html Css Color HEX #7E9B99 Submarine

📋 copy color: '#7E9B99'

red 126 ◦ green 155 ◦ blue 153

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

Shades of Submarine #7E9B99

Tints of Submarine #7E9B99

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.71%

 BLUE value IS 153 (60.16% from 255) = 35.25%

R = 29.03%
G = 35.71%
B = 35.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#7E9B99 (or 0x7E9B99) is known color: Submarine. HEX triplet: 7E, 9B and 99. RGB value is (126,155,153). Sum of RGB (Red+Green+Blue) = 126+155+153=434 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.03% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 155 - color contains mainly: green. Hex color #7E9B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9B99 is #816466. Grayscale: #929292. Windows color (decimal): -8479847 or 10066814. OLE color: 10066814.

HSL color Cylindrical-coordinate representation of color #7E9B99: hue angle of 175.86º 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 #7E9B99 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 126 155 153 -
CMYK 0.19 0 0.01 0.39
HSL 175.86º 0.13% 0.55% -
HSV(B) 175.86º 0.19% 0.61% -
XYZ 26.08 30.18 34.59 -
YUV 146.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 126 155 153 0.19 0 0.01 0.39 175.86 0.13 0.55
Hex 7E 9B 99 13 0 1 27 B0 D 37
Octal 176 233 231 23 0 1 47 260 15 67
Binary 1111110 10011011 10011001 10011 0 1 100111 10110000 1101 110111

Color Harmonies of #7E9B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9B99

Black with #7E9B99

Text Example


Text Example

White with #7E9B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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