Html Css Color HEX #718794 Bermuda Grey

📋 copy color: '#718794'

red 113 ◦ green 135 ◦ blue 148

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

Shades of Bermuda Grey #718794

Tints of Bermuda Grey #718794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.09%

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

R = 28.54%
G = 34.09%
B = 37.37%

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

#718794 (or 0x718794) is known color: Bermuda Grey. HEX triplet: 71, 87 and 94. RGB value is (113,135,148). Sum of RGB (Red+Green+Blue) = 113+135+148=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 148 - color contains mainly: blue. Hex color #718794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718794 is #8E786B. Grayscale: #818181. Windows color (decimal): -9336940 or 9734001. OLE color: 9734001.

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

Color convert

RGB 113 135 148 -
CMYK 0.24 0.09 0 0.42
HSL 202.29º 0.14% 0.51% -
HSV(B) 202.29º 0.24% 0.58% -
XYZ 20.82 22.98 31.35 -
YUV 129.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 113 135 148 0.24 0.09 0 0.42 202.29 0.14 0.51
Hex 71 87 94 18 9 0 2A CA E 33
Octal 161 207 224 30 11 0 52 312 16 63
Binary 1110001 10000111 10010100 11000 1001 0 101010 11001010 1110 110011

Color Harmonies of #718794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718794

Black with #718794

Text Example


Text Example

White with #718794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718794; }

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

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

background-color css

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

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

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

border-color css

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

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

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