Html Css Color HEX #7B9F9C Submarine

📋 copy color: '#7B9F9C'

red 123 ◦ green 159 ◦ blue 156

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

Shades of Submarine #7B9F9C

Tints of Submarine #7B9F9C

RGB

 RED value IS 123 (48.44% from 255) = 28.08%

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

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

R = 28.08%
G = 36.3%
B = 35.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#7B9F9C (or 0x7B9F9C) is known color: Submarine. HEX triplet: 7B, 9F and 9C. RGB value is (123,159,156). Sum of RGB (Red+Green+Blue) = 123+159+156=438 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.08% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 159 - color contains mainly: green. Hex color #7B9F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9F9C is #846063. Grayscale: #939393. Windows color (decimal): -8675428 or 10264443. OLE color: 10264443.

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

Color convert

RGB 123 159 156 -
CMYK 0.23 0 0.02 0.38
HSL 175º 0.16% 0.55% -
HSV(B) 175º 0.23% 0.62% -
XYZ 26.57 31.41 36.11 -
YUV 147.89 132.57 110.24 -
System Red Green Blue C M Y K H S L
Decimal 123 159 156 0.23 0 0.02 0.38 175 0.16 0.55
Hex 7B 9F 9C 17 0 2 26 AF 10 37
Octal 173 237 234 27 0 2 46 257 20 67
Binary 1111011 10011111 10011100 10111 0 10 100110 10101111 10000 110111

Color Harmonies of #7B9F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9F9C

Black with #7B9F9C

Text Example


Text Example

White with #7B9F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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