Html Css Color HEX #71899B Bermuda Grey

📋 copy color: '#71899B'

red 113 ◦ green 137 ◦ blue 155

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

Shades of Bermuda Grey #71899B

Tints of Bermuda Grey #71899B

RGB

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

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

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

R = 27.9%
G = 33.83%
B = 38.27%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71899B (or 0x71899B) is known color: Bermuda Grey. HEX triplet: 71, 89 and 9B. RGB value is (113,137,155). Sum of RGB (Red+Green+Blue) = 113+137+155=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #71899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71899B is #8E7664. Grayscale: #838383. Windows color (decimal): -9336421 or 10193265. OLE color: 10193265.

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

Color convert

RGB 113 137 155 -
CMYK 0.27 0.12 0 0.39
HSL 205.71º 0.17% 0.53% -
HSV(B) 205.71º 0.27% 0.61% -
XYZ 21.67 23.77 34.46 -
YUV 131.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 113 137 155 0.27 0.12 0 0.39 205.71 0.17 0.53
Hex 71 89 9B 1B C 0 27 CE 11 35
Octal 161 211 233 33 14 0 47 316 21 65
Binary 1110001 10001001 10011011 11011 1100 0 100111 11001110 10001 110101

Color Harmonies of #71899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71899B

Black with #71899B

Text Example


Text Example

White with #71899B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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