#708AA7

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

Shades of Bermuda Grey #708AA7

Tints of Bermuda Grey #708AA7

Color information

#708AA7 (or 0x708AA7) is unknown color: approx Bermuda Grey. HEX triplet: 70, 8A and A7. RGB value is (112,138,167). Sum of RGB (Red+Green+Blue) = 112+138+167=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 167 (65.62% from 255 or 40.05% from 417); Max value from RGB is 167 - color contains mainly: blue. Hex color #708AA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708AA7 is #8F7558. Grayscale: #858585. Windows color (decimal): -9401689 or 10979952. OLE color: 10979952.

HSL color Cylindrical-coordinate representation of color #708AA7: hue angle of 211.64º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #708AA7 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB112138167-
CMYK0.330.1700.35
HSL211.64º23.81%54.71%-
HSV(B)211.64º32.93%65.49%-
XYZ22.7524.4140.07-
YUV133.53146.89112.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 138 (54.30% from 255) = 33.09%
BLUE value IS 167 (65.62% from 255) = 40.05%
R=26.86%
G=33.09%
B=40.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121381670.330.1700.35211.6423.8154.71
Hex708AA72111023d41837
Octal16021224741210433243067
Binary111000010001010101001111000011000101000111101010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,138,167); }

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

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

 a { background-color: rgb(112,138,167); }

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

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

 span { border-color: rgb(112,138,167); }

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