Html Css Color HEX #7D9D9A Submarine

📋 copy color: '#7D9D9A'

red 125 ◦ green 157 ◦ blue 154

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

Shades of Submarine #7D9D9A

Tints of Submarine #7D9D9A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.01%

 BLUE value IS 154 (60.55% from 255) = 35.32%

R = 28.67%
G = 36.01%
B = 35.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#7D9D9A (or 0x7D9D9A) is known color: Submarine. HEX triplet: 7D, 9D and 9A. RGB value is (125,157,154). Sum of RGB (Red+Green+Blue) = 125+157+154=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 157 - color contains mainly: green. Hex color #7D9D9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9D9A is #826265. Grayscale: #939393. Windows color (decimal): -8544870 or 10132861. OLE color: 10132861.

HSL color Cylindrical-coordinate representation of color #7D9D9A: hue angle of 174.38º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7D9D9A is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 157 154 -
CMYK 0.20 0 0.02 0.38
HSL 174.38º 0.14% 0.55% -
HSV(B) 174.38º 0.2% 0.62% -
XYZ 26.35 30.81 35.13 -
YUV 147.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 125 157 154 0.20 0 0.02 0.38 174.38 0.14 0.55
Hex 7D 9D 9A 14 0 2 26 AE E 37
Octal 175 235 232 24 0 2 46 256 16 67
Binary 1111101 10011101 10011010 10100 0 10 100110 10101110 1110 110111

Color Harmonies of #7D9D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9D9A

Black with #7D9D9A

Text Example


Text Example

White with #7D9D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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