Html Css Color HEX #72899B Bermuda Grey

📋 copy color: '#72899B'

red 114 ◦ green 137 ◦ blue 155

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

Shades of Bermuda Grey #72899B

Tints of Bermuda Grey #72899B

RGB

 RED value IS 114 (44.92% from 255) = 28.08%

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

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

R = 28.08%
G = 33.74%
B = 38.18%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72899B (or 0x72899B) is known color: Bermuda Grey. HEX triplet: 72, 89 and 9B. RGB value is (114,137,155). Sum of RGB (Red+Green+Blue) = 114+137+155=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #72899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72899B is #8D7664. Grayscale: #848484. Windows color (decimal): -9270885 or 10193266. OLE color: 10193266.

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

Color convert

RGB 114 137 155 -
CMYK 0.26 0.12 0 0.39
HSL 206.34º 0.17% 0.53% -
HSV(B) 206.34º 0.26% 0.61% -
XYZ 21.8 23.84 34.46 -
YUV 132.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 114 137 155 0.26 0.12 0 0.39 206.34 0.17 0.53
Hex 72 89 9B 1A C 0 27 CE 11 35
Octal 162 211 233 32 14 0 47 316 21 65
Binary 1110010 10001001 10011011 11010 1100 0 100111 11001110 10001 110101

Color Harmonies of #72899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72899B

Black with #72899B

Text Example


Text Example

White with #72899B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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