Html Css Color HEX #7D9F9D Submarine

📋 copy color: '#7D9F9D'

red 125 ◦ green 159 ◦ blue 157

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

Shades of Submarine #7D9F9D

Tints of Submarine #7D9F9D

RGB

 RED value IS 125 (49.22% from 255) = 28.34%

 GREEN value IS 159 (62.5% from 255) = 36.05%

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

R = 28.34%
G = 36.05%
B = 35.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#7D9F9D (or 0x7D9F9D) is known color: Submarine. HEX triplet: 7D, 9F and 9D. RGB value is (125,159,157). Sum of RGB (Red+Green+Blue) = 125+159+157=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9F9D is #826062. Grayscale: #949494. Windows color (decimal): -8544355 or 10329981. OLE color: 10329981.

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

Color convert

RGB 125 159 157 -
CMYK 0.21 0 0.01 0.38
HSL 176.47º 0.15% 0.56% -
HSV(B) 176.47º 0.21% 0.62% -
XYZ 26.94 31.59 36.58 -
YUV 148.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 125 159 157 0.21 0 0.01 0.38 176.47 0.15 0.56
Hex 7D 9F 9D 15 0 1 26 B0 F 38
Octal 175 237 235 25 0 1 46 260 17 70
Binary 1111101 10011111 10011101 10101 0 1 100110 10110000 1111 111000

Color Harmonies of #7D9F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9F9D

Black with #7D9F9D

Text Example


Text Example

White with #7D9F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,159,157); }

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

background-color css

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

 a { background-color: rgb(125,159,157); }

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

border-color css

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

 span { border-color: rgb(125,159,157); }

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