Html Css Color HEX #7D9C9A Submarine

📋 copy color: '#7D9C9A'

red 125 ◦ green 156 ◦ blue 154

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

Shades of Submarine #7D9C9A

Tints of Submarine #7D9C9A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.86%

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

R = 28.74%
G = 35.86%
B = 35.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#7D9C9A (or 0x7D9C9A) is known color: Submarine. HEX triplet: 7D, 9C and 9A. RGB value is (125,156,154). Sum of RGB (Red+Green+Blue) = 125+156+154=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 156 - color contains mainly: green. Hex color #7D9C9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9C9A is #826365. Grayscale: #929292. Windows color (decimal): -8545126 or 10132605. OLE color: 10132605.

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

Color convert

RGB 125 156 154 -
CMYK 0.20 0 0.01 0.39
HSL 176.13º 0.14% 0.55% -
HSV(B) 176.13º 0.2% 0.61% -
XYZ 26.18 30.47 35.07 -
YUV 146.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 125 156 154 0.20 0 0.01 0.39 176.13 0.14 0.55
Hex 7D 9C 9A 14 0 1 27 B0 E 37
Octal 175 234 232 24 0 1 47 260 16 67
Binary 1111101 10011100 10011010 10100 0 1 100111 10110000 1110 110111

Color Harmonies of #7D9C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9C9A

Black with #7D9C9A

Text Example


Text Example

White with #7D9C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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