Html Css Color HEX #7F999C Submarine

📋 copy color: '#7F999C'

red 127 ◦ green 153 ◦ blue 156

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

Shades of Submarine #7F999C

Tints of Submarine #7F999C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.78%

R = 29.13%
G = 35.09%
B = 35.78%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F999C (or 0x7F999C) is known color: Submarine. HEX triplet: 7F, 99 and 9C. RGB value is (127,153,156). Sum of RGB (Red+Green+Blue) = 127+153+156=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F999C is #806663. Grayscale: #919191. Windows color (decimal): -8414820 or 10262911. OLE color: 10262911.

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

Color convert

RGB 127 153 156 -
CMYK 0.19 0.02 0 0.39
HSL 186.21º 0.13% 0.55% -
HSV(B) 186.21º 0.19% 0.61% -
XYZ 26.14 29.69 35.81 -
YUV 145.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 127 153 156 0.19 0.02 0 0.39 186.21 0.13 0.55
Hex 7F 99 9C 13 2 0 27 BA D 37
Octal 177 231 234 23 2 0 47 272 15 67
Binary 1111111 10011001 10011100 10011 10 0 100111 10111010 1101 110111

Color Harmonies of #7F999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F999C

Black with #7F999C

Text Example


Text Example

White with #7F999C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,153,156); }

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

background-color css

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

 a { background-color: rgb(127,153,156); }

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

border-color css

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

 span { border-color: rgb(127,153,156); }

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