Html Css Color HEX #879C9B Submarine

📋 copy color: '#879C9B'

red 135 ◦ green 156 ◦ blue 155

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

Shades of Submarine #879C9B

Tints of Submarine #879C9B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.98%

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

R = 30.27%
G = 34.98%
B = 34.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#879C9B (or 0x879C9B) is known color: Submarine. HEX triplet: 87, 9C and 9B. RGB value is (135,156,155). Sum of RGB (Red+Green+Blue) = 135+156+155=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 156 - color contains mainly: green. Hex color #879C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879C9B is #786364. Grayscale: #959595. Windows color (decimal): -7889765 or 10198151. OLE color: 10198151.

HSL color Cylindrical-coordinate representation of color #879C9B: hue angle of 177.14º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #879C9B is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 156 155 -
CMYK 0.13 0 0.01 0.39
HSL 177.14º 0.1% 0.57% -
HSV(B) 177.14º 0.13% 0.61% -
XYZ 27.8 31.29 35.59 -
YUV 149.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 135 156 155 0.13 0 0.01 0.39 177.14 0.1 0.57
Hex 87 9C 9B D 0 1 27 B1 A 39
Octal 207 234 233 15 0 1 47 261 12 71
Binary 10000111 10011100 10011011 1101 0 1 100111 10110001 1010 111001

Color Harmonies of #879C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879C9B

Black with #879C9B

Text Example


Text Example

White with #879C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879C9B; }

 p { color: rgb(135,156,155); }

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

background-color css

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

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

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

border-color css

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

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

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