Html Css Color HEX #70899B Bermuda Grey

📋 copy color: '#70899B'

red 112 ◦ green 137 ◦ blue 155

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

Shades of Bermuda Grey #70899B

Tints of Bermuda Grey #70899B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.37%

R = 27.72%
G = 33.91%
B = 38.37%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70899B (or 0x70899B) is known color: Bermuda Grey. HEX triplet: 70, 89 and 9B. RGB value is (112,137,155). Sum of RGB (Red+Green+Blue) = 112+137+155=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #70899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70899B is #8F7664. Grayscale: #838383. Windows color (decimal): -9401957 or 10193264. OLE color: 10193264.

HSL color Cylindrical-coordinate representation of color #70899B: hue angle of 205.12º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70899B is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 137 155 -
CMYK 0.28 0.12 0 0.39
HSL 205.12º 0.18% 0.52% -
HSV(B) 205.12º 0.28% 0.61% -
XYZ 21.54 23.7 34.45 -
YUV 131.58 141.22 114.04 -
System Red Green Blue C M Y K H S L
Decimal 112 137 155 0.28 0.12 0 0.39 205.12 0.18 0.52
Hex 70 89 9B 1C C 0 27 CD 12 34
Octal 160 211 233 34 14 0 47 315 22 64
Binary 1110000 10001001 10011011 11100 1100 0 100111 11001101 10010 110100

Color Harmonies of #70899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70899B

Black with #70899B

Text Example


Text Example

White with #70899B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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