Html Css Color HEX #708AA1 Bermuda Grey

📋 copy color: '#708AA1'

red 112 ◦ green 138 ◦ blue 161

#708AA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda Grey #708AA1

Tints of Bermuda Grey #708AA1

RGB

 RED value IS 112 (44.14% from 255) = 27.25%

 GREEN value IS 138 (54.3% from 255) = 33.58%

 BLUE value IS 161 (63.28% from 255) = 39.17%

R = 27.25%
G = 33.58%
B = 39.17%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#708AA1 (or 0x708AA1) is known color: Bermuda Grey. HEX triplet: 70, 8A and A1. RGB value is (112,138,161). Sum of RGB (Red+Green+Blue) = 112+138+161=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 161 - color contains mainly: blue. Hex color #708AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708AA1 is #8F755E. Grayscale: #848484. Windows color (decimal): -9401695 or 10586736. OLE color: 10586736.

HSL color Cylindrical-coordinate representation of color #708AA1: hue angle of 208.16º 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 #708AA1 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 112 138 161 -
CMYK 0.30 0.14 0 0.37
HSL 208.16º 0.21% 0.54% -
HSV(B) 208.16º 0.3% 0.63% -
XYZ 22.2 24.19 37.22 -
YUV 132.85 143.89 113.13 -
System Red Green Blue C M Y K H S L
Decimal 112 138 161 0.30 0.14 0 0.37 208.16 0.21 0.54
Hex 70 8A A1 1E E 0 25 D0 15 36
Octal 160 212 241 36 16 0 45 320 25 66
Binary 1110000 10001010 10100001 11110 1110 0 100101 11010000 10101 110110

Color Harmonies of #708AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708AA1

Black with #708AA1

Text Example


Text Example

White with #708AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #708AA1;
 }
 .AnyTagClassName
 {
   color: #708AA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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