Html Css Color HEX #718894 Bermuda Grey

📋 copy color: '#718894'

red 113 ◦ green 136 ◦ blue 148

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

Shades of Bermuda Grey #718894

Tints of Bermuda Grey #718894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.28%

R = 28.46%
G = 34.26%
B = 37.28%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#718894 (or 0x718894) is known color: Bermuda Grey. HEX triplet: 71, 88 and 94. RGB value is (113,136,148). Sum of RGB (Red+Green+Blue) = 113+136+148=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 148 - color contains mainly: blue. Hex color #718894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718894 is #8E776B. Grayscale: #828282. Windows color (decimal): -9336684 or 9734257. OLE color: 9734257.

HSL color Cylindrical-coordinate representation of color #718894: hue angle of 200.57º degrees, saturation: 0.14, 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 #718894 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 136 148 -
CMYK 0.24 0.08 0 0.42
HSL 200.57º 0.14% 0.51% -
HSV(B) 200.57º 0.24% 0.58% -
XYZ 20.96 23.26 31.4 -
YUV 130.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 113 136 148 0.24 0.08 0 0.42 200.57 0.14 0.51
Hex 71 88 94 18 8 0 2A C9 E 33
Octal 161 210 224 30 10 0 52 311 16 63
Binary 1110001 10001000 10010100 11000 1000 0 101010 11001001 1110 110011

Color Harmonies of #718894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718894

Black with #718894

Text Example


Text Example

White with #718894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718894; }

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

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

background-color css

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

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

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

border-color css

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

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

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