Html Css Color HEX #718AA0 Bermuda Grey

📋 copy color: '#718AA0'

red 113 ◦ green 138 ◦ blue 160

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

Shades of Bermuda Grey #718AA0

Tints of Bermuda Grey #718AA0

RGB

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

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

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

R = 27.49%
G = 33.58%
B = 38.93%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#718AA0 (or 0x718AA0) is known color: Bermuda Grey. HEX triplet: 71, 8A and A0. RGB value is (113,138,160). Sum of RGB (Red+Green+Blue) = 113+138+160=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 160 - color contains mainly: blue. Hex color #718AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718AA0 is #8E755F. Grayscale: #848484. Windows color (decimal): -9336160 or 10521201. OLE color: 10521201.

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

Color convert

RGB 113 138 160 -
CMYK 0.29 0.14 0 0.37
HSL 208.09º 0.2% 0.54% -
HSV(B) 208.09º 0.29% 0.63% -
XYZ 22.24 24.23 36.76 -
YUV 133.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 113 138 160 0.29 0.14 0 0.37 208.09 0.2 0.54
Hex 71 8A A0 1D E 0 25 D0 14 36
Octal 161 212 240 35 16 0 45 320 24 66
Binary 1110001 10001010 10100000 11101 1110 0 100101 11010000 10100 110110

Color Harmonies of #718AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718AA0

Black with #718AA0

Text Example


Text Example

White with #718AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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