Html Css Color HEX #7F9A9D Submarine

📋 copy color: '#7F9A9D'

red 127 ◦ green 154 ◦ blue 157

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

Shades of Submarine #7F9A9D

Tints of Submarine #7F9A9D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.16%

 BLUE value IS 157 (61.72% from 255) = 35.84%

R = 29%
G = 35.16%
B = 35.84%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F9A9D (or 0x7F9A9D) is known color: Submarine. HEX triplet: 7F, 9A and 9D. RGB value is (127,154,157). Sum of RGB (Red+Green+Blue) = 127+154+157=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F9A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9A9D is #806562. Grayscale: #929292. Windows color (decimal): -8414563 or 10328703. OLE color: 10328703.

HSL color Cylindrical-coordinate representation of color #7F9A9D: hue angle of 186º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F9A9D is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 154 157 -
CMYK 0.19 0.02 0 0.38
HSL 186º 0.13% 0.56% -
HSV(B) 186º 0.19% 0.62% -
XYZ 26.39 30.06 36.31 -
YUV 146.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 127 154 157 0.19 0.02 0 0.38 186 0.13 0.56
Hex 7F 9A 9D 13 2 0 26 BA D 38
Octal 177 232 235 23 2 0 46 272 15 70
Binary 1111111 10011010 10011101 10011 10 0 100110 10111010 1101 111000

Color Harmonies of #7F9A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9A9D

Black with #7F9A9D

Text Example


Text Example

White with #7F9A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,154,157); }

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

background-color css

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

 a { background-color: rgb(127,154,157); }

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

border-color css

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

 span { border-color: rgb(127,154,157); }

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