Html Css Color HEX #70889C Bermuda Grey

📋 copy color: '#70889C'

red 112 ◦ green 136 ◦ blue 156

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

Shades of Bermuda Grey #70889C

Tints of Bermuda Grey #70889C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.66%

 BLUE value IS 156 (61.33% from 255) = 38.61%

R = 27.72%
G = 33.66%
B = 38.61%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70889C (or 0x70889C) is known color: Bermuda Grey. HEX triplet: 70, 88 and 9C. RGB value is (112,136,156). Sum of RGB (Red+Green+Blue) = 112+136+156=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 156 - color contains mainly: blue. Hex color #70889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70889C is #8F7763. Grayscale: #838383. Windows color (decimal): -9402212 or 10258544. OLE color: 10258544.

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

Color convert

RGB 112 136 156 -
CMYK 0.28 0.13 0 0.39
HSL 207.27º 0.18% 0.53% -
HSV(B) 207.27º 0.28% 0.61% -
XYZ 21.49 23.45 34.85 -
YUV 131.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 112 136 156 0.28 0.13 0 0.39 207.27 0.18 0.53
Hex 70 88 9C 1C D 0 27 CF 12 35
Octal 160 210 234 34 15 0 47 317 22 65
Binary 1110000 10001000 10011100 11100 1101 0 100111 11001111 10010 110101

Color Harmonies of #70889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70889C

Black with #70889C

Text Example


Text Example

White with #70889C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70889C; }

 p { color: rgb(112,136,156); }

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

background-color css

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

 a { background-color: rgb(112,136,156); }

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

border-color css

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

 span { border-color: rgb(112,136,156); }

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