Html Css Color HEX #708A99 Bermuda Grey

📋 copy color: '#708A99'

red 112 ◦ green 138 ◦ blue 153

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

Shades of Bermuda Grey #708A99

Tints of Bermuda Grey #708A99

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.24%

 BLUE value IS 153 (60.16% from 255) = 37.97%

R = 27.79%
G = 34.24%
B = 37.97%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#708A99 (or 0x708A99) is known color: Bermuda Grey. HEX triplet: 70, 8A and 99. RGB value is (112,138,153). Sum of RGB (Red+Green+Blue) = 112+138+153=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #708A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708A99 is #8F7566. Grayscale: #838383. Windows color (decimal): -9401703 or 10062448. OLE color: 10062448.

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

Color convert

RGB 112 138 153 -
CMYK 0.27 0.10 0 0.4
HSL 201.95º 0.17% 0.52% -
HSV(B) 201.95º 0.27% 0.6% -
XYZ 21.52 23.92 33.62 -
YUV 131.94 139.89 113.78 -
System Red Green Blue C M Y K H S L
Decimal 112 138 153 0.27 0.10 0 0.4 201.95 0.17 0.52
Hex 70 8A 99 1B A 0 28 CA 11 34
Octal 160 212 231 33 12 0 50 312 21 64
Binary 1110000 10001010 10011001 11011 1010 0 101000 11001010 10001 110100

Color Harmonies of #708A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708A99

Black with #708A99

Text Example


Text Example

White with #708A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,138,153); }

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

background-color css

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

 a { background-color: rgb(112,138,153); }

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

border-color css

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

 span { border-color: rgb(112,138,153); }

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