Html Css Color HEX #708799 Bermuda Grey

📋 copy color: '#708799'

red 112 ◦ green 135 ◦ blue 153

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

Shades of Bermuda Grey #708799

Tints of Bermuda Grey #708799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.75%

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

R = 28%
G = 33.75%
B = 38.25%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#708799 (or 0x708799) is known color: Bermuda Grey. HEX triplet: 70, 87 and 99. RGB value is (112,135,153). Sum of RGB (Red+Green+Blue) = 112+135+153=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 153 - color contains mainly: blue. Hex color #708799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708799 is #8F7866. Grayscale: #828282. Windows color (decimal): -9402471 or 10061680. OLE color: 10061680.

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

Color convert

RGB 112 135 153 -
CMYK 0.27 0.12 0 0.4
HSL 206.34º 0.17% 0.52% -
HSV(B) 206.34º 0.27% 0.6% -
XYZ 21.1 23.07 33.48 -
YUV 130.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 112 135 153 0.27 0.12 0 0.4 206.34 0.17 0.52
Hex 70 87 99 1B C 0 28 CE 11 34
Octal 160 207 231 33 14 0 50 316 21 64
Binary 1110000 10000111 10011001 11011 1100 0 101000 11001110 10001 110100

Color Harmonies of #708799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708799

Black with #708799

Text Example


Text Example

White with #708799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708799; }

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

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

background-color css

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

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

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

border-color css

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

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

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