Html Css Color HEX #71939D Bermuda Grey

📋 copy color: '#71939D'

red 113 ◦ green 147 ◦ blue 157

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

Shades of Bermuda Grey #71939D

Tints of Bermuda Grey #71939D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.25%

 BLUE value IS 157 (61.72% from 255) = 37.65%

R = 27.1%
G = 35.25%
B = 37.65%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71939D (or 0x71939D) is known color: Bermuda Grey. HEX triplet: 71, 93 and 9D. RGB value is (113,147,157). Sum of RGB (Red+Green+Blue) = 113+147+157=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #71939D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71939D is #8E6C62. Grayscale: #898989. Windows color (decimal): -9333859 or 10326897. OLE color: 10326897.

HSL color Cylindrical-coordinate representation of color #71939D: hue angle of 193.64º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71939D is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 147 157 -
CMYK 0.28 0.06 0 0.38
HSL 193.64º 0.18% 0.53% -
HSV(B) 193.64º 0.28% 0.62% -
XYZ 23.33 26.81 35.84 -
YUV 137.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 113 147 157 0.28 0.06 0 0.38 193.64 0.18 0.53
Hex 71 93 9D 1C 6 0 26 C2 12 35
Octal 161 223 235 34 6 0 46 302 22 65
Binary 1110001 10010011 10011101 11100 110 0 100110 11000010 10010 110101

Color Harmonies of #71939D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71939D

Black with #71939D

Text Example


Text Example

White with #71939D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71939D; }

 p { color: rgb(113,147,157); }

 H1.HeaderClassName
 {
   color: #71939D;
 }
 .AnyTagClassName
 {
   color: #71939D;
 }
</style>

background-color css

<style>
 a { background-color: #71939D; }

 a { background-color: rgb(113,147,157); }

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

border-color css

<style>
 span { border-color: #71939D; }

 span { border-color: rgb(113,147,157); }

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