Html Css Color HEX #70899E Bermuda Grey

📋 copy color: '#70899E'

red 112 ◦ green 137 ◦ blue 158

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

Shades of Bermuda Grey #70899E

Tints of Bermuda Grey #70899E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.66%

 BLUE value IS 158 (62.11% from 255) = 38.82%

R = 27.52%
G = 33.66%
B = 38.82%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70899E (or 0x70899E) is known color: Bermuda Grey. HEX triplet: 70, 89 and 9E. RGB value is (112,137,158). Sum of RGB (Red+Green+Blue) = 112+137+158=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 158 - color contains mainly: blue. Hex color #70899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70899E is #8F7661. Grayscale: #838383. Windows color (decimal): -9401954 or 10389872. OLE color: 10389872.

HSL color Cylindrical-coordinate representation of color #70899E: hue angle of 207.39º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70899E is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 137 158 -
CMYK 0.29 0.13 0 0.38
HSL 207.39º 0.19% 0.53% -
HSV(B) 207.39º 0.29% 0.62% -
XYZ 21.8 23.8 35.79 -
YUV 131.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 112 137 158 0.29 0.13 0 0.38 207.39 0.19 0.53
Hex 70 89 9E 1D D 0 26 CF 13 35
Octal 160 211 236 35 15 0 46 317 23 65
Binary 1110000 10001001 10011110 11101 1101 0 100110 11001111 10011 110101

Color Harmonies of #70899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70899E

Black with #70899E

Text Example


Text Example

White with #70899E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70899E; }

 p { color: rgb(112,137,158); }

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

background-color css

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

 a { background-color: rgb(112,137,158); }

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

border-color css

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

 span { border-color: rgb(112,137,158); }

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