Html Css Color HEX #708C9A Bermuda Grey

📋 copy color: '#708C9A'

red 112 ◦ green 140 ◦ blue 154

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

Shades of Bermuda Grey #708C9A

Tints of Bermuda Grey #708C9A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.48%

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

R = 27.59%
G = 34.48%
B = 37.93%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#708C9A (or 0x708C9A) is known color: Bermuda Grey. HEX triplet: 70, 8C and 9A. RGB value is (112,140,154). Sum of RGB (Red+Green+Blue) = 112+140+154=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #708C9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708C9A is #8F7365. Grayscale: #858585. Windows color (decimal): -9401190 or 10128496. OLE color: 10128496.

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

Color convert

RGB 112 140 154 -
CMYK 0.27 0.09 0 0.40
HSL 200º 0.17% 0.52% -
HSV(B) 200º 0.27% 0.6% -
XYZ 21.89 24.53 34.15 -
YUV 133.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 112 140 154 0.27 0.09 0 0.40 200 0.17 0.52
Hex 70 8C 9A 1B 9 0 28 C8 11 34
Octal 160 214 232 33 11 0 50 310 21 64
Binary 1110000 10001100 10011010 11011 1001 0 101000 11001000 10001 110100

Color Harmonies of #708C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708C9A

Black with #708C9A

Text Example


Text Example

White with #708C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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