Html Css Color HEX #7C9799 Submarine

📋 copy color: '#7C9799'

red 124 ◦ green 151 ◦ blue 153

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

Shades of Submarine #7C9799

Tints of Submarine #7C9799

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.28%

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

R = 28.97%
G = 35.28%
B = 35.75%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7C9799 (or 0x7C9799) is known color: Submarine. HEX triplet: 7C, 97 and 99. RGB value is (124,151,153). Sum of RGB (Red+Green+Blue) = 124+151+153=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C9799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9799 is #836866. Grayscale: #8F8F8F. Windows color (decimal): -8611943 or 10065788. OLE color: 10065788.

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

Color convert

RGB 124 151 153 -
CMYK 0.19 0.01 0 0.4
HSL 184.14º 0.12% 0.54% -
HSV(B) 184.14º 0.19% 0.6% -
XYZ 25.13 28.72 34.36 -
YUV 143.16 133.55 114.34 -
System Red Green Blue C M Y K H S L
Decimal 124 151 153 0.19 0.01 0 0.4 184.14 0.12 0.54
Hex 7C 97 99 13 1 0 28 B8 C 36
Octal 174 227 231 23 1 0 50 270 14 66
Binary 1111100 10010111 10011001 10011 1 0 101000 10111000 1100 110110

Color Harmonies of #7C9799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9799

Black with #7C9799

Text Example


Text Example

White with #7C9799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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