Html Css Color HEX #7D999B Submarine

📋 copy color: '#7D999B'

red 125 ◦ green 153 ◦ blue 155

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

Shades of Submarine #7D999B

Tints of Submarine #7D999B

RGB

 RED value IS 125 (49.22% from 255) = 28.87%

 GREEN value IS 153 (60.16% from 255) = 35.33%

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

R = 28.87%
G = 35.33%
B = 35.8%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D999B (or 0x7D999B) is known color: Submarine. HEX triplet: 7D, 99 and 9B. RGB value is (125,153,155). Sum of RGB (Red+Green+Blue) = 125+153+155=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D999B is #826664. Grayscale: #909090. Windows color (decimal): -8545893 or 10197373. OLE color: 10197373.

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

Color convert

RGB 125 153 155 -
CMYK 0.19 0.01 0 0.39
HSL 184º 0.13% 0.55% -
HSV(B) 184º 0.19% 0.61% -
XYZ 25.77 29.51 35.35 -
YUV 144.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 125 153 155 0.19 0.01 0 0.39 184 0.13 0.55
Hex 7D 99 9B 13 1 0 27 B8 D 37
Octal 175 231 233 23 1 0 47 270 15 67
Binary 1111101 10011001 10011011 10011 1 0 100111 10111000 1101 110111

Color Harmonies of #7D999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D999B

Black with #7D999B

Text Example


Text Example

White with #7D999B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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