Html Css Color HEX #78989B Submarine

📋 copy color: '#78989B'

red 120 ◦ green 152 ◦ blue 155

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

Shades of Submarine #78989B

Tints of Submarine #78989B

RGB

 RED value IS 120 (47.27% from 255) = 28.1%

 GREEN value IS 152 (59.77% from 255) = 35.6%

 BLUE value IS 155 (60.94% from 255) = 36.3%

R = 28.1%
G = 35.6%
B = 36.3%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78989B (or 0x78989B) is known color: Submarine. HEX triplet: 78, 98 and 9B. RGB value is (120,152,155). Sum of RGB (Red+Green+Blue) = 120+152+155=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 155 - color contains mainly: blue. Hex color #78989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78989B is #876764. Grayscale: #8E8E8E. Windows color (decimal): -8873829 or 10197112. OLE color: 10197112.

HSL color Cylindrical-coordinate representation of color #78989B: hue angle of 185.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78989B is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 152 155 -
CMYK 0.23 0.02 0 0.39
HSL 185.14º 0.15% 0.54% -
HSV(B) 185.14º 0.23% 0.61% -
XYZ 24.89 28.82 35.26 -
YUV 142.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 120 152 155 0.23 0.02 0 0.39 185.14 0.15 0.54
Hex 78 98 9B 17 2 0 27 B9 F 36
Octal 170 230 233 27 2 0 47 271 17 66
Binary 1111000 10011000 10011011 10111 10 0 100111 10111001 1111 110110

Color Harmonies of #78989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78989B

Black with #78989B

Text Example


Text Example

White with #78989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78989B; }

 p { color: rgb(120,152,155); }

 H1.HeaderClassName
 {
   color: #78989B;
 }
 .AnyTagClassName
 {
   color: #78989B;
 }
</style>

background-color css

<style>
 a { background-color: #78989B; }

 a { background-color: rgb(120,152,155); }

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

border-color css

<style>
 span { border-color: #78989B; }

 span { border-color: rgb(120,152,155); }

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