Html Css Color HEX #718EA0 Bermuda Grey

📋 copy color: '#718EA0'

red 113 ◦ green 142 ◦ blue 160

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

Shades of Bermuda Grey #718EA0

Tints of Bermuda Grey #718EA0

RGB

 RED value IS 113 (44.53% from 255) = 27.23%

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

 BLUE value IS 160 (62.89% from 255) = 38.55%

R = 27.23%
G = 34.22%
B = 38.55%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#718EA0 (or 0x718EA0) is known color: Bermuda Grey. HEX triplet: 71, 8E and A0. RGB value is (113,142,160). Sum of RGB (Red+Green+Blue) = 113+142+160=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 160 - color contains mainly: blue. Hex color #718EA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718EA0 is #8E715F. Grayscale: #878787. Windows color (decimal): -9335136 or 10522225. OLE color: 10522225.

HSL color Cylindrical-coordinate representation of color #718EA0: hue angle of 202.98º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #718EA0 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 142 160 -
CMYK 0.29 0.11 0 0.37
HSL 202.98º 0.2% 0.54% -
HSV(B) 202.98º 0.29% 0.63% -
XYZ 22.83 25.39 36.96 -
YUV 135.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 113 142 160 0.29 0.11 0 0.37 202.98 0.2 0.54
Hex 71 8E A0 1D B 0 25 CB 14 36
Octal 161 216 240 35 13 0 45 313 24 66
Binary 1110001 10001110 10100000 11101 1011 0 100101 11001011 10100 110110

Color Harmonies of #718EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718EA0

Black with #718EA0

Text Example


Text Example

White with #718EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718EA0; }

 p { color: rgb(113,142,160); }

 H1.HeaderClassName
 {
   color: #718EA0;
 }
 .AnyTagClassName
 {
   color: #718EA0;
 }
</style>

background-color css

<style>
 a { background-color: #718EA0; }

 a { background-color: rgb(113,142,160); }

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

border-color css

<style>
 span { border-color: #718EA0; }

 span { border-color: rgb(113,142,160); }

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