Html Css Color HEX #708E9A Bermuda Grey

📋 copy color: '#708E9A'

red 112 ◦ green 142 ◦ blue 154

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

Shades of Bermuda Grey #708E9A

Tints of Bermuda Grey #708E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.75%

R = 27.45%
G = 34.8%
B = 37.75%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#708E9A (or 0x708E9A) is known color: Bermuda Grey. HEX triplet: 70, 8E and 9A. RGB value is (112,142,154). Sum of RGB (Red+Green+Blue) = 112+142+154=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 154 - color contains mainly: blue. Hex color #708E9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708E9A is #8F7165. Grayscale: #868686. Windows color (decimal): -9400678 or 10129008. OLE color: 10129008.

HSL color Cylindrical-coordinate representation of color #708E9A: hue angle of 197.14º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #708E9A is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 142 154 -
CMYK 0.27 0.08 0 0.40
HSL 197.14º 0.17% 0.52% -
HSV(B) 197.14º 0.27% 0.6% -
XYZ 22.19 25.12 34.25 -
YUV 134.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 112 142 154 0.27 0.08 0 0.40 197.14 0.17 0.52
Hex 70 8E 9A 1B 8 0 28 C5 11 34
Octal 160 216 232 33 10 0 50 305 21 64
Binary 1110000 10001110 10011010 11011 1000 0 101000 11000101 10001 110100

Color Harmonies of #708E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708E9A

Black with #708E9A

Text Example


Text Example

White with #708E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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