Html Css Color HEX #7C9699 Submarine

📋 copy color: '#7C9699'

red 124 ◦ green 150 ◦ blue 153

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

Shades of Submarine #7C9699

Tints of Submarine #7C9699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.13%

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

R = 29.04%
G = 35.13%
B = 35.83%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7C9699 (or 0x7C9699) is known color: Submarine. HEX triplet: 7C, 96 and 99. RGB value is (124,150,153). Sum of RGB (Red+Green+Blue) = 124+150+153=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C9699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9699 is #836966. Grayscale: #8E8E8E. Windows color (decimal): -8612199 or 10065532. OLE color: 10065532.

HSL color Cylindrical-coordinate representation of color #7C9699: hue angle of 186.21º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C9699 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 124 150 153 -
CMYK 0.19 0.02 0 0.4
HSL 186.21º 0.12% 0.54% -
HSV(B) 186.21º 0.19% 0.6% -
XYZ 24.97 28.4 34.3 -
YUV 142.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 124 150 153 0.19 0.02 0 0.4 186.21 0.12 0.54
Hex 7C 96 99 13 2 0 28 BA C 36
Octal 174 226 231 23 2 0 50 272 14 66
Binary 1111100 10010110 10011001 10011 10 0 101000 10111010 1100 110110

Color Harmonies of #7C9699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9699

Black with #7C9699

Text Example


Text Example

White with #7C9699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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