Html Css Color HEX #708D9E Bermuda Grey

📋 copy color: '#708D9E'

red 112 ◦ green 141 ◦ blue 158

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

Shades of Bermuda Grey #708D9E

Tints of Bermuda Grey #708D9E

RGB

 RED value IS 112 (44.14% from 255) = 27.25%

 GREEN value IS 141 (55.47% from 255) = 34.31%

 BLUE value IS 158 (62.11% from 255) = 38.44%

R = 27.25%
G = 34.31%
B = 38.44%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#708D9E (or 0x708D9E) is known color: Bermuda Grey. HEX triplet: 70, 8D and 9E. RGB value is (112,141,158). Sum of RGB (Red+Green+Blue) = 112+141+158=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 158 - color contains mainly: blue. Hex color #708D9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708D9E is #8F7261. Grayscale: #868686. Windows color (decimal): -9400930 or 10390896. OLE color: 10390896.

HSL color Cylindrical-coordinate representation of color #708D9E: hue angle of 202.17º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #708D9E is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 141 158 -
CMYK 0.29 0.11 0 0.38
HSL 202.17º 0.19% 0.53% -
HSV(B) 202.17º 0.29% 0.62% -
XYZ 22.38 24.96 35.99 -
YUV 134.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 112 141 158 0.29 0.11 0 0.38 202.17 0.19 0.53
Hex 70 8D 9E 1D B 0 26 CA 13 35
Octal 160 215 236 35 13 0 46 312 23 65
Binary 1110000 10001101 10011110 11101 1011 0 100110 11001010 10011 110101

Color Harmonies of #708D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708D9E

Black with #708D9E

Text Example


Text Example

White with #708D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708D9E; }

 p { color: rgb(112,141,158); }

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

background-color css

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

 a { background-color: rgb(112,141,158); }

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

border-color css

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

 span { border-color: rgb(112,141,158); }

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