Html Css Color HEX #70899D Bermuda Grey

📋 copy color: '#70899D'

red 112 ◦ green 137 ◦ blue 157

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

Shades of Bermuda Grey #70899D

Tints of Bermuda Grey #70899D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.67%

R = 27.59%
G = 33.74%
B = 38.67%

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

#70899D (or 0x70899D) is known color: Bermuda Grey. HEX triplet: 70, 89 and 9D. RGB value is (112,137,157). Sum of RGB (Red+Green+Blue) = 112+137+157=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #70899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70899D is #8F7662. Grayscale: #838383. Windows color (decimal): -9401955 or 10324336. OLE color: 10324336.

HSL color Cylindrical-coordinate representation of color #70899D: hue angle of 206.67º 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 #70899D is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 137 157 -
CMYK 0.29 0.13 0 0.38
HSL 206.67º 0.19% 0.53% -
HSV(B) 206.67º 0.29% 0.62% -
XYZ 21.71 23.77 35.34 -
YUV 131.81 142.22 113.87 -
System Red Green Blue C M Y K H S L
Decimal 112 137 157 0.29 0.13 0 0.38 206.67 0.19 0.53
Hex 70 89 9D 1D D 0 26 CF 13 35
Octal 160 211 235 35 15 0 46 317 23 65
Binary 1110000 10001001 10011101 11101 1101 0 100110 11001111 10011 110101

Color Harmonies of #70899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70899D

Black with #70899D

Text Example


Text Example

White with #70899D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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