Html Css Color HEX #7C999B Submarine

📋 copy color: '#7C999B'

red 124 ◦ green 153 ◦ blue 155

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

Shades of Submarine #7C999B

Tints of Submarine #7C999B

RGB

 RED value IS 124 (48.83% from 255) = 28.7%

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

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

R = 28.7%
G = 35.42%
B = 35.88%

CMYK

 C value IS 0.2

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7C999B (or 0x7C999B) is known color: Submarine. HEX triplet: 7C, 99 and 9B. RGB value is (124,153,155). Sum of RGB (Red+Green+Blue) = 124+153+155=432 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.70% from 432); Green value is 153 (60.16% from 255 or 35.42% 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 #7C999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C999B is #836664. Grayscale: #909090. Windows color (decimal): -8611429 or 10197372. OLE color: 10197372.

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

Color convert

RGB 124 153 155 -
CMYK 0.2 0.01 0 0.39
HSL 183.87º 0.13% 0.55% -
HSV(B) 183.87º 0.2% 0.61% -
XYZ 25.62 29.43 35.34 -
YUV 144.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 124 153 155 0.2 0.01 0 0.39 183.87 0.13 0.55
Hex 7C 99 9B 14 1 0 27 B8 D 37
Octal 174 231 233 24 1 0 47 270 15 67
Binary 1111100 10011001 10011011 10100 1 0 100111 10111000 1101 110111

Color Harmonies of #7C999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C999B

Black with #7C999B

Text Example


Text Example

White with #7C999B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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