Html Css Color HEX #718896 Bermuda Grey

📋 copy color: '#718896'

red 113 ◦ green 136 ◦ blue 150

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

Shades of Bermuda Grey #718896

Tints of Bermuda Grey #718896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.59%

R = 28.32%
G = 34.09%
B = 37.59%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#718896 (or 0x718896) is known color: Bermuda Grey. HEX triplet: 71, 88 and 96. RGB value is (113,136,150). Sum of RGB (Red+Green+Blue) = 113+136+150=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 150 - color contains mainly: blue. Hex color #718896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718896 is #8E7769. Grayscale: #828282. Windows color (decimal): -9336682 or 9865329. OLE color: 9865329.

HSL color Cylindrical-coordinate representation of color #718896: hue angle of 202.7º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #718896 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 136 150 -
CMYK 0.25 0.09 0 0.41
HSL 202.7º 0.15% 0.52% -
HSV(B) 202.7º 0.25% 0.59% -
XYZ 21.12 23.32 32.24 -
YUV 130.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 113 136 150 0.25 0.09 0 0.41 202.7 0.15 0.52
Hex 71 88 96 19 9 0 29 CB F 34
Octal 161 210 226 31 11 0 51 313 17 64
Binary 1110001 10001000 10010110 11001 1001 0 101001 11001011 1111 110100

Color Harmonies of #718896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718896

Black with #718896

Text Example


Text Example

White with #718896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718896; }

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

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

background-color css

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

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

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

border-color css

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

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

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