Html Css Color HEX #879393 Submarine

📋 copy color: '#879393'

red 135 ◦ green 147 ◦ blue 147

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

Shades of Submarine #879393

Tints of Submarine #879393

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.27%

 BLUE value IS 147 (57.81% from 255) = 34.27%

R = 31.47%
G = 34.27%
B = 34.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#879393 (or 0x879393) is known color: Submarine. HEX triplet: 87, 93 and 93. RGB value is (135,147,147). Sum of RGB (Red+Green+Blue) = 135+147+147=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #879393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879393 is #786C6C. Grayscale: #8F8F8F. Windows color (decimal): -7892077 or 9671559. OLE color: 9671559.

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

Color convert

RGB 135 147 147 -
CMYK 0.08 0 0 0.42
HSL 180º 0.05% 0.55% -
HSV(B) 180º 0.08% 0.58% -
XYZ 25.69 28.12 31.68 -
YUV 143.41 130.02 122 -
System Red Green Blue C M Y K H S L
Decimal 135 147 147 0.08 0 0 0.42 180 0.05 0.55
Hex 87 93 93 8 0 0 2A B4 5 37
Octal 207 223 223 10 0 0 52 264 5 67
Binary 10000111 10010011 10010011 1000 0 0 101010 10110100 101 110111

Color Harmonies of #879393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879393

Black with #879393

Text Example


Text Example

White with #879393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879393; }

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

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

background-color css

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

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

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

border-color css

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

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

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