Html Css Color HEX #708EA1 Bermuda Grey

📋 copy color: '#708EA1'

red 112 ◦ green 142 ◦ blue 161

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

Shades of Bermuda Grey #708EA1

Tints of Bermuda Grey #708EA1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.22%

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

R = 26.99%
G = 34.22%
B = 38.8%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#708EA1 (or 0x708EA1) is known color: Bermuda Grey. HEX triplet: 70, 8E and A1. RGB value is (112,142,161). Sum of RGB (Red+Green+Blue) = 112+142+161=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 161 - color contains mainly: blue. Hex color #708EA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708EA1 is #8F715E. Grayscale: #878787. Windows color (decimal): -9400671 or 10587760. OLE color: 10587760.

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

Color convert

RGB 112 142 161 -
CMYK 0.30 0.12 0 0.37
HSL 203.27º 0.21% 0.54% -
HSV(B) 203.27º 0.3% 0.63% -
XYZ 22.79 25.36 37.41 -
YUV 135.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 112 142 161 0.30 0.12 0 0.37 203.27 0.21 0.54
Hex 70 8E A1 1E C 0 25 CB 15 36
Octal 160 216 241 36 14 0 45 313 25 66
Binary 1110000 10001110 10100001 11110 1100 0 100101 11001011 10101 110110

Color Harmonies of #708EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708EA1

Black with #708EA1

Text Example


Text Example

White with #708EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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