Html Css Color HEX #71899F Bermuda Grey

📋 copy color: '#71899F'

red 113 ◦ green 137 ◦ blue 159

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

Shades of Bermuda Grey #71899F

Tints of Bermuda Grey #71899F

RGB

 RED value IS 113 (44.53% from 255) = 27.63%

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

 BLUE value IS 159 (62.5% from 255) = 38.88%

R = 27.63%
G = 33.5%
B = 38.88%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71899F (or 0x71899F) is known color: Bermuda Grey. HEX triplet: 71, 89 and 9F. RGB value is (113,137,159). Sum of RGB (Red+Green+Blue) = 113+137+159=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #71899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71899F is #8E7660. Grayscale: #848484. Windows color (decimal): -9336417 or 10455409. OLE color: 10455409.

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

Color convert

RGB 113 137 159 -
CMYK 0.29 0.14 0 0.38
HSL 208.7º 0.19% 0.53% -
HSV(B) 208.7º 0.29% 0.62% -
XYZ 22.01 23.91 36.25 -
YUV 132.33 143.05 114.21 -
System Red Green Blue C M Y K H S L
Decimal 113 137 159 0.29 0.14 0 0.38 208.7 0.19 0.53
Hex 71 89 9F 1D E 0 26 D1 13 35
Octal 161 211 237 35 16 0 46 321 23 65
Binary 1110001 10001001 10011111 11101 1110 0 100110 11010001 10011 110101

Color Harmonies of #71899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71899F

Black with #71899F

Text Example


Text Example

White with #71899F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71899F; }

 p { color: rgb(113,137,159); }

 H1.HeaderClassName
 {
   color: #71899F;
 }
 .AnyTagClassName
 {
   color: #71899F;
 }
</style>

background-color css

<style>
 a { background-color: #71899F; }

 a { background-color: rgb(113,137,159); }

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

border-color css

<style>
 span { border-color: #71899F; }

 span { border-color: rgb(113,137,159); }

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