Html Css Color HEX #7F9193 Submarine

📋 copy color: '#7F9193'

red 127 ◦ green 145 ◦ blue 147

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

Shades of Submarine #7F9193

Tints of Submarine #7F9193

RGB

 RED value IS 127 (50% from 255) = 30.31%

 GREEN value IS 145 (57.03% from 255) = 34.61%

 BLUE value IS 147 (57.81% from 255) = 35.08%

R = 30.31%
G = 34.61%
B = 35.08%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7F9193 (or 0x7F9193) is known color: Submarine. HEX triplet: 7F, 91 and 93. RGB value is (127,145,147). Sum of RGB (Red+Green+Blue) = 127+145+147=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F9193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9193 is #806E6C. Grayscale: #8B8B8B. Windows color (decimal): -8416877 or 9671039. OLE color: 9671039.

HSL color Cylindrical-coordinate representation of color #7F9193: hue angle of 186º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F9193 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 145 147 -
CMYK 0.14 0.01 0 0.42
HSL 186º 0.08% 0.54% -
HSV(B) 186º 0.14% 0.58% -
XYZ 24.14 26.87 31.52 -
YUV 139.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 127 145 147 0.14 0.01 0 0.42 186 0.08 0.54
Hex 7F 91 93 E 1 0 2A BA 8 36
Octal 177 221 223 16 1 0 52 272 10 66
Binary 1111111 10010001 10010011 1110 1 0 101010 10111010 1000 110110

Color Harmonies of #7F9193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9193

Black with #7F9193

Text Example


Text Example

White with #7F9193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,145,147); }

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

background-color css

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

 a { background-color: rgb(127,145,147); }

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

border-color css

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

 span { border-color: rgb(127,145,147); }

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