#709AA6

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

Shades of Bermuda Grey #709AA6

Tints of Bermuda Grey #709AA6

Color information

#709AA6 (or 0x709AA6) is unknown color: approx Bermuda Grey. HEX triplet: 70, 9A and A6. RGB value is (112,154,166). Sum of RGB (Red+Green+Blue) = 112+154+166=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 166 - color contains mainly: blue. Hex color #709AA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709AA6 is #8F6559. Grayscale: #8E8E8E. Windows color (decimal): -9397594 or 10918512. OLE color: 10918512.

HSL color Cylindrical-coordinate representation of color #709AA6: hue angle of 193.33º degrees, saturation: 0.23, 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 #709AA6 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB112154166-
CMYK0.330.0700.35
HSL193.33º23.28%54.51%-
HSV(B)193.33º32.53%65.1%-
XYZ25.1229.3140.41-
YUV142.81141.09106.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.93%
GREEN value IS 154 (60.55% from 255) = 35.65%
BLUE value IS 166 (65.23% from 255) = 38.43%
R=25.93%
G=35.65%
B=38.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121541660.330.0700.35193.3323.2854.51
Hex709AA6217023c11737
Octal1602322464170433012767
Binary1110000100110101010011010000111101000111100000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709AA6; }

 p { color: rgb(112,154,166); }

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

<style>
 a { background-color: #709AA6; }

 a { background-color: rgb(112,154,166); }

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

<style>
 span { border-color: #709AA6; }

 span { border-color: rgb(112,154,166); }

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