#70899D

Color #70899D Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #70899D

Tints of Bermuda Grey #70899D

Color information

#70899D (or 0x70899D) is unknown color: approx Bermuda Grey. HEX triplet: 70, 89 and 9D. RGB value is (112,137,157). Sum of RGB (Red+Green+Blue) = 112+137+157=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #70899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70899D is #8F7662. Grayscale: #838383. Windows color (decimal): -9401955 or 10324336. OLE color: 10324336.

HSL color Cylindrical-coordinate representation of color #70899D: hue angle of 206.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70899D is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112137157-
CMYK0.290.1300.38
HSL206.67º18.67%52.75%-
HSV(B)206.67º28.66%61.57%-
XYZ21.7123.7735.34-
YUV131.8142.22113.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.59%
GREEN value IS 137 (53.91% from 255) = 33.74%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=27.59%
G=33.74%
B=38.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121371570.290.1300.38206.6718.6752.75
Hex70899D1DD026cf1335
Octal16021123535150463172365
Binary1110000100010011001110111101110101001101100111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70899D; }

 p { color: rgb(112,137,157); }

 H1.HeaderClassName
 {
   color: #70899D;
 }
 .AnyTagClassName
 {
   color: #70899D;
 }
</style>
background-color css

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

 a { background-color: rgb(112,137,157); }

 div.DivClassName
 {
   background-color: #70899D;
 }
 .BgClassName
 {
   background-color: #70899D;
 }
</style>
border-color css

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

 span { border-color: rgb(112,137,157); }

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