Html Css Color HEX #708798 Bermuda Grey

📋 copy color: '#708798'

red 112 ◦ green 135 ◦ blue 152

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

Shades of Bermuda Grey #708798

Tints of Bermuda Grey #708798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.1%

R = 28.07%
G = 33.83%
B = 38.1%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#708798 (or 0x708798) is known color: Bermuda Grey. HEX triplet: 70, 87 and 98. RGB value is (112,135,152). Sum of RGB (Red+Green+Blue) = 112+135+152=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 152 - color contains mainly: blue. Hex color #708798 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708798 is #8F7867. Grayscale: #818181. Windows color (decimal): -9402472 or 9996144. OLE color: 9996144.

HSL color Cylindrical-coordinate representation of color #708798: hue angle of 205.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #708798 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 135 152 -
CMYK 0.26 0.11 0 0.40
HSL 205.5º 0.16% 0.52% -
HSV(B) 205.5º 0.26% 0.6% -
XYZ 21.01 23.04 33.05 -
YUV 130.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 112 135 152 0.26 0.11 0 0.40 205.5 0.16 0.52
Hex 70 87 98 1A B 0 28 CE 10 34
Octal 160 207 230 32 13 0 50 316 20 64
Binary 1110000 10000111 10011000 11010 1011 0 101000 11001110 10000 110100

Color Harmonies of #708798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708798

Black with #708798

Text Example


Text Example

White with #708798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708798; }

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

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

background-color css

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

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

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

border-color css

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

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

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