#708CA7

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

Shades of Bermuda Grey #708CA7

Tints of Bermuda Grey #708CA7

Color information

#708CA7 (or 0x708CA7) is unknown color: approx Bermuda Grey. HEX triplet: 70, 8C and A7. RGB value is (112,140,167). Sum of RGB (Red+Green+Blue) = 112+140+167=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 167 - color contains mainly: blue. Hex color #708CA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708CA7 is #8F7358. Grayscale: #868686. Windows color (decimal): -9401177 or 10980464. OLE color: 10980464.

HSL color Cylindrical-coordinate representation of color #708CA7: hue angle of 209.45º 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 #708CA7 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB112140167-
CMYK0.330.1600.35
HSL209.45º23.81%54.71%-
HSV(B)209.45º32.93%65.49%-
XYZ23.0424.9940.17-
YUV134.71146.22111.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.73%
GREEN value IS 140 (55.08% from 255) = 33.41%
BLUE value IS 167 (65.62% from 255) = 39.86%
R=26.73%
G=33.41%
B=39.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121401670.330.1600.35209.4523.8154.71
Hex708CA72110023d11837
Octal16021424741200433213067
Binary111000010001100101001111000011000001000111101000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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