Html Css Color HEX #708E9D Bermuda Grey

📋 copy color: '#708E9D'

red 112 ◦ green 142 ◦ blue 157

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

Shades of Bermuda Grey #708E9D

Tints of Bermuda Grey #708E9D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.55%

 BLUE value IS 157 (61.72% from 255) = 38.2%

R = 27.25%
G = 34.55%
B = 38.2%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#708E9D (or 0x708E9D) is known color: Bermuda Grey. HEX triplet: 70, 8E and 9D. RGB value is (112,142,157). Sum of RGB (Red+Green+Blue) = 112+142+157=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #708E9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708E9D is #8F7162. Grayscale: #868686. Windows color (decimal): -9400675 or 10325616. OLE color: 10325616.

HSL color Cylindrical-coordinate representation of color #708E9D: hue angle of 200º 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 #708E9D is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 142 157 -
CMYK 0.29 0.10 0 0.38
HSL 200º 0.19% 0.53% -
HSV(B) 200º 0.29% 0.62% -
XYZ 22.44 25.23 35.58 -
YUV 134.74 140.56 111.78 -
System Red Green Blue C M Y K H S L
Decimal 112 142 157 0.29 0.10 0 0.38 200 0.19 0.53
Hex 70 8E 9D 1D A 0 26 C8 13 35
Octal 160 216 235 35 12 0 46 310 23 65
Binary 1110000 10001110 10011101 11101 1010 0 100110 11001000 10011 110101

Color Harmonies of #708E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708E9D

Black with #708E9D

Text Example


Text Example

White with #708E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,142,157); }

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

background-color css

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

 a { background-color: rgb(112,142,157); }

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

border-color css

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

 span { border-color: rgb(112,142,157); }

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