Html Css Color HEX #708A98 Bermuda Grey

📋 copy color: '#708A98'

red 112 ◦ green 138 ◦ blue 152

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

Shades of Bermuda Grey #708A98

Tints of Bermuda Grey #708A98

RGB

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

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

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

R = 27.86%
G = 34.33%
B = 37.81%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#708A98 (or 0x708A98) is known color: Bermuda Grey. HEX triplet: 70, 8A and 98. RGB value is (112,138,152). Sum of RGB (Red+Green+Blue) = 112+138+152=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 152 - color contains mainly: blue. Hex color #708A98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708A98 is #8F7567. Grayscale: #838383. Windows color (decimal): -9401704 or 9996912. OLE color: 9996912.

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

Color convert

RGB 112 138 152 -
CMYK 0.26 0.09 0 0.40
HSL 201º 0.16% 0.52% -
HSV(B) 201º 0.26% 0.6% -
XYZ 21.44 23.89 33.19 -
YUV 131.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 112 138 152 0.26 0.09 0 0.40 201 0.16 0.52
Hex 70 8A 98 1A 9 0 28 C9 10 34
Octal 160 212 230 32 11 0 50 311 20 64
Binary 1110000 10001010 10011000 11010 1001 0 101000 11001001 10000 110100

Color Harmonies of #708A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708A98

Black with #708A98

Text Example


Text Example

White with #708A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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