Html Css Color HEX #889797 Submarine

📋 copy color: '#889797'

red 136 ◦ green 151 ◦ blue 151

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

Shades of Submarine #889797

Tints of Submarine #889797

RGB

 RED value IS 136 (53.52% from 255) = 31.05%

 GREEN value IS 151 (59.38% from 255) = 34.47%

 BLUE value IS 151 (59.38% from 255) = 34.47%

R = 31.05%
G = 34.47%
B = 34.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#889797 (or 0x889797) is known color: Submarine. HEX triplet: 88, 97 and 97. RGB value is (136,151,151). Sum of RGB (Red+Green+Blue) = 136+151+151=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 151 - color contains mainly: green, blue. Hex color #889797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889797 is #776868. Grayscale: #929292. Windows color (decimal): -7825513 or 9934728. OLE color: 9934728.

HSL color Cylindrical-coordinate representation of color #889797: hue angle of 180º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #889797 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 151 151 -
CMYK 0.10 0 0 0.41
HSL 180º 0.07% 0.56% -
HSV(B) 180º 0.1% 0.59% -
XYZ 26.81 29.6 33.58 -
YUV 146.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 136 151 151 0.10 0 0 0.41 180 0.07 0.56
Hex 88 97 97 A 0 0 29 B4 7 38
Octal 210 227 227 12 0 0 51 264 7 70
Binary 10001000 10010111 10010111 1010 0 0 101001 10110100 111 111000

Color Harmonies of #889797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889797

Black with #889797

Text Example


Text Example

White with #889797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889797; }

 p { color: rgb(136,151,151); }

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

background-color css

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

 a { background-color: rgb(136,151,151); }

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

border-color css

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

 span { border-color: rgb(136,151,151); }

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