Html Css Color HEX #71909F Bermuda Grey

📋 copy color: '#71909F'

red 113 ◦ green 144 ◦ blue 159

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

Shades of Bermuda Grey #71909F

Tints of Bermuda Grey #71909F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.62%

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

R = 27.16%
G = 34.62%
B = 38.22%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71909F (or 0x71909F) is known color: Bermuda Grey. HEX triplet: 71, 90 and 9F. RGB value is (113,144,159). Sum of RGB (Red+Green+Blue) = 113+144+159=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 159 - color contains mainly: blue. Hex color #71909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71909F is #8E6F60. Grayscale: #888888. Windows color (decimal): -9334625 or 10457201. OLE color: 10457201.

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

Color convert

RGB 113 144 159 -
CMYK 0.29 0.09 0 0.38
HSL 199.57º 0.19% 0.53% -
HSV(B) 199.57º 0.29% 0.62% -
XYZ 23.04 25.96 36.6 -
YUV 136.44 140.73 111.28 -
System Red Green Blue C M Y K H S L
Decimal 113 144 159 0.29 0.09 0 0.38 199.57 0.19 0.53
Hex 71 90 9F 1D 9 0 26 C8 13 35
Octal 161 220 237 35 11 0 46 310 23 65
Binary 1110001 10010000 10011111 11101 1001 0 100110 11001000 10011 110101

Color Harmonies of #71909F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71909F

Black with #71909F

Text Example


Text Example

White with #71909F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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