Html Css Color HEX #72969E Bermuda Grey

📋 copy color: '#72969E'

red 114 ◦ green 150 ◦ blue 158

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

Shades of Bermuda Grey #72969E

Tints of Bermuda Grey #72969E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.55%

 BLUE value IS 158 (62.11% from 255) = 37.44%

R = 27.01%
G = 35.55%
B = 37.44%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72969E (or 0x72969E) is known color: Bermuda Grey. HEX triplet: 72, 96 and 9E. RGB value is (114,150,158). Sum of RGB (Red+Green+Blue) = 114+150+158=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 158 - color contains mainly: blue. Hex color #72969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72969E is #8D6961. Grayscale: #8C8C8C. Windows color (decimal): -9267554 or 10393202. OLE color: 10393202.

HSL color Cylindrical-coordinate representation of color #72969E: hue angle of 190.91º 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 #72969E is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 150 158 -
CMYK 0.28 0.05 0 0.38
HSL 190.91º 0.18% 0.53% -
HSV(B) 190.91º 0.28% 0.62% -
XYZ 24.02 27.86 36.46 -
YUV 140.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 114 150 158 0.28 0.05 0 0.38 190.91 0.18 0.53
Hex 72 96 9E 1C 5 0 26 BF 12 35
Octal 162 226 236 34 5 0 46 277 22 65
Binary 1110010 10010110 10011110 11100 101 0 100110 10111111 10010 110101

Color Harmonies of #72969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72969E

Black with #72969E

Text Example


Text Example

White with #72969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72969E; }

 p { color: rgb(114,150,158); }

 H1.HeaderClassName
 {
   color: #72969E;
 }
 .AnyTagClassName
 {
   color: #72969E;
 }
</style>

background-color css

<style>
 a { background-color: #72969E; }

 a { background-color: rgb(114,150,158); }

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

border-color css

<style>
 span { border-color: #72969E; }

 span { border-color: rgb(114,150,158); }

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