Html Css Color HEX #718895 Bermuda Grey

📋 copy color: '#718895'

red 113 ◦ green 136 ◦ blue 149

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

Shades of Bermuda Grey #718895

Tints of Bermuda Grey #718895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.17%

 BLUE value IS 149 (58.59% from 255) = 37.44%

R = 28.39%
G = 34.17%
B = 37.44%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#718895 (or 0x718895) is known color: Bermuda Grey. HEX triplet: 71, 88 and 95. RGB value is (113,136,149). Sum of RGB (Red+Green+Blue) = 113+136+149=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #718895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718895 is #8E776A. Grayscale: #828282. Windows color (decimal): -9336683 or 9799793. OLE color: 9799793.

HSL color Cylindrical-coordinate representation of color #718895: hue angle of 201.67º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #718895 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 136 149 -
CMYK 0.24 0.09 0 0.42
HSL 201.67º 0.15% 0.51% -
HSV(B) 201.67º 0.24% 0.58% -
XYZ 21.04 23.29 31.82 -
YUV 130.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 113 136 149 0.24 0.09 0 0.42 201.67 0.15 0.51
Hex 71 88 95 18 9 0 2A CA F 33
Octal 161 210 225 30 11 0 52 312 17 63
Binary 1110001 10001000 10010101 11000 1001 0 101010 11001010 1111 110011

Color Harmonies of #718895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718895

Black with #718895

Text Example


Text Example

White with #718895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718895; }

 p { color: rgb(113,136,149); }

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

background-color css

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

 a { background-color: rgb(113,136,149); }

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

border-color css

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

 span { border-color: rgb(113,136,149); }

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