Html Css Color HEX #72929D Bermuda Grey

📋 copy color: '#72929D'

red 114 ◦ green 146 ◦ blue 157

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

Shades of Bermuda Grey #72929D

Tints of Bermuda Grey #72929D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.01%

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

R = 27.34%
G = 35.01%
B = 37.65%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72929D (or 0x72929D) is known color: Bermuda Grey. HEX triplet: 72, 92 and 9D. RGB value is (114,146,157). Sum of RGB (Red+Green+Blue) = 114+146+157=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 146 (57.42% from 255 or 35.01% 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 #72929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72929D is #8D6D62. Grayscale: #898989. Windows color (decimal): -9268579 or 10326642. OLE color: 10326642.

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

Color convert

RGB 114 146 157 -
CMYK 0.27 0.07 0 0.38
HSL 195.35º 0.18% 0.53% -
HSV(B) 195.35º 0.27% 0.62% -
XYZ 23.3 26.57 35.8 -
YUV 137.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 114 146 157 0.27 0.07 0 0.38 195.35 0.18 0.53
Hex 72 92 9D 1B 7 0 26 C3 12 35
Octal 162 222 235 33 7 0 46 303 22 65
Binary 1110010 10010010 10011101 11011 111 0 100110 11000011 10010 110101

Color Harmonies of #72929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72929D

Black with #72929D

Text Example


Text Example

White with #72929D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,146,157); }

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

background-color css

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

 a { background-color: rgb(114,146,157); }

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

border-color css

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

 span { border-color: rgb(114,146,157); }

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