Html Css Color HEX #7D9F9C Submarine

📋 copy color: '#7D9F9C'

red 125 ◦ green 159 ◦ blue 156

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

Shades of Submarine #7D9F9C

Tints of Submarine #7D9F9C

RGB

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

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

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

R = 28.41%
G = 36.14%
B = 35.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#7D9F9C (or 0x7D9F9C) is known color: Submarine. HEX triplet: 7D, 9F and 9C. RGB value is (125,159,156). Sum of RGB (Red+Green+Blue) = 125+159+156=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9F9C is #826063. Grayscale: #949494. Windows color (decimal): -8544356 or 10264445. OLE color: 10264445.

HSL color Cylindrical-coordinate representation of color #7D9F9C: hue angle of 174.71º 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 #7D9F9C is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 159 156 -
CMYK 0.21 0 0.02 0.38
HSL 174.71º 0.15% 0.56% -
HSV(B) 174.71º 0.21% 0.62% -
XYZ 26.86 31.56 36.13 -
YUV 148.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 125 159 156 0.21 0 0.02 0.38 174.71 0.15 0.56
Hex 7D 9F 9C 15 0 2 26 AF F 38
Octal 175 237 234 25 0 2 46 257 17 70
Binary 1111101 10011111 10011100 10101 0 10 100110 10101111 1111 111000

Color Harmonies of #7D9F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9F9C

Black with #7D9F9C

Text Example


Text Example

White with #7D9F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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