Html Css Color HEX #879B9B Submarine

📋 copy color: '#879B9B'

red 135 ◦ green 155 ◦ blue 155

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

Shades of Submarine #879B9B

Tints of Submarine #879B9B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.83%

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

R = 30.34%
G = 34.83%
B = 34.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#879B9B (or 0x879B9B) is known color: Submarine. HEX triplet: 87, 9B and 9B. RGB value is (135,155,155). Sum of RGB (Red+Green+Blue) = 135+155+155=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #879B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879B9B is #786464. Grayscale: #959595. Windows color (decimal): -7890021 or 10197895. OLE color: 10197895.

HSL color Cylindrical-coordinate representation of color #879B9B: hue angle of 180º degrees, saturation: 0.09, 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 #879B9B is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 155 155 -
CMYK 0.13 0 0 0.39
HSL 180º 0.09% 0.57% -
HSV(B) 180º 0.13% 0.61% -
XYZ 27.63 30.96 35.53 -
YUV 149.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 135 155 155 0.13 0 0 0.39 180 0.09 0.57
Hex 87 9B 9B D 0 0 27 B4 9 39
Octal 207 233 233 15 0 0 47 264 11 71
Binary 10000111 10011011 10011011 1101 0 0 100111 10110100 1001 111001

Color Harmonies of #879B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879B9B

Black with #879B9B

Text Example


Text Example

White with #879B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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