Html Css Color HEX #72949A Gothic

📋 copy color: '#72949A'

red 114 ◦ green 148 ◦ blue 154

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

Shades of Gothic #72949A

Tints of Gothic #72949A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.58%

 BLUE value IS 154 (60.55% from 255) = 37.02%

R = 27.4%
G = 35.58%
B = 37.02%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#72949A (or 0x72949A) is known color: Gothic. HEX triplet: 72, 94 and 9A. RGB value is (114,148,154). Sum of RGB (Red+Green+Blue) = 114+148+154=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 154 - color contains mainly: blue. Hex color #72949A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72949A is #8D6B65. Grayscale: #8A8A8A. Windows color (decimal): -9268070 or 10130546. OLE color: 10130546.

HSL color Cylindrical-coordinate representation of color #72949A: hue angle of 189º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72949A is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 148 154 -
CMYK 0.26 0.04 0 0.40
HSL 189º 0.17% 0.53% -
HSV(B) 189º 0.26% 0.6% -
XYZ 23.36 27.09 34.57 -
YUV 138.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 114 148 154 0.26 0.04 0 0.40 189 0.17 0.53
Hex 72 94 9A 1A 4 0 28 BD 11 35
Octal 162 224 232 32 4 0 50 275 21 65
Binary 1110010 10010100 10011010 11010 100 0 101000 10111101 10001 110101

Color Harmonies of #72949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72949A

Black with #72949A

Text Example


Text Example

White with #72949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72949A; }

 p { color: rgb(114,148,154); }

 H1.HeaderClassName
 {
   color: #72949A;
 }
 .AnyTagClassName
 {
   color: #72949A;
 }
</style>

background-color css

<style>
 a { background-color: #72949A; }

 a { background-color: rgb(114,148,154); }

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

border-color css

<style>
 span { border-color: #72949A; }

 span { border-color: rgb(114,148,154); }

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