#708DA1

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

Shades of Bermuda Grey #708DA1

Tints of Bermuda Grey #708DA1

Color information

#708DA1 (or 0x708DA1) is unknown color: approx Bermuda Grey. HEX triplet: 70, 8D and A1. RGB value is (112,141,161). Sum of RGB (Red+Green+Blue) = 112+141+161=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 161 - color contains mainly: blue. Hex color #708DA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708DA1 is #8F725E. Grayscale: #868686. Windows color (decimal): -9400927 or 10587504. OLE color: 10587504.

HSL color Cylindrical-coordinate representation of color #708DA1: hue angle of 204.49º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #708DA1 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB112141161-
CMYK0.300.1200.37
HSL204.49º20.68%53.53%-
HSV(B)204.49º30.43%63.14%-
XYZ22.6425.0737.36-
YUV134.61142.89111.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.05%
GREEN value IS 141 (55.47% from 255) = 34.06%
BLUE value IS 161 (63.28% from 255) = 38.89%
R=27.05%
G=34.06%
B=38.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1121411610.300.1200.37204.4920.6853.53
Hex708DA11EC025cc1536
Octal16021524136140453142566
Binary1110000100011011010000111110110001001011100110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708DA1; }

 p { color: rgb(112,141,161); }

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

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

 a { background-color: rgb(112,141,161); }

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

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

 span { border-color: rgb(112,141,161); }

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