Html Css Color HEX #879191 Submarine

📋 copy color: '#879191'

red 135 ◦ green 145 ◦ blue 145

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

Shades of Submarine #879191

Tints of Submarine #879191

RGB

 RED value IS 135 (53.13% from 255) = 31.76%

 GREEN value IS 145 (57.03% from 255) = 34.12%

 BLUE value IS 145 (57.03% from 255) = 34.12%

R = 31.76%
G = 34.12%
B = 34.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#879191 (or 0x879191) is known color: Submarine. HEX triplet: 87, 91 and 91. RGB value is (135,145,145). Sum of RGB (Red+Green+Blue) = 135+145+145=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #879191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879191 is #786E6E. Grayscale: #8E8E8E. Windows color (decimal): -7892591 or 9539975. OLE color: 9539975.

HSL color Cylindrical-coordinate representation of color #879191: hue angle of 180º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #879191 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 145 145 -
CMYK 0.07 0 0 0.43
HSL 180º 0.04% 0.55% -
HSV(B) 180º 0.07% 0.57% -
XYZ 25.23 27.45 30.76 -
YUV 142.01 129.69 123 -
System Red Green Blue C M Y K H S L
Decimal 135 145 145 0.07 0 0 0.43 180 0.04 0.55
Hex 87 91 91 7 0 0 2B B4 4 37
Octal 207 221 221 7 0 0 53 264 4 67
Binary 10000111 10010001 10010001 111 0 0 101011 10110100 100 110111

Color Harmonies of #879191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879191

Black with #879191

Text Example


Text Example

White with #879191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879191; }

 p { color: rgb(135,145,145); }

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

background-color css

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

 a { background-color: rgb(135,145,145); }

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

border-color css

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

 span { border-color: rgb(135,145,145); }

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