Html Css Color HEX #72949B Gothic

📋 copy color: '#72949B'

red 114 ◦ green 148 ◦ blue 155

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

Shades of Gothic #72949B

Tints of Gothic #72949B

RGB

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

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

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

R = 27.34%
G = 35.49%
B = 37.17%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72949B (or 0x72949B) is known color: Gothic. HEX triplet: 72, 94 and 9B. RGB value is (114,148,155). Sum of RGB (Red+Green+Blue) = 114+148+155=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #72949B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72949B is #8D6B64. Grayscale: #8A8A8A. Windows color (decimal): -9268069 or 10196082. OLE color: 10196082.

HSL color Cylindrical-coordinate representation of color #72949B: hue angle of 190.24º 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 #72949B is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 148 155 -
CMYK 0.26 0.05 0 0.39
HSL 190.24º 0.17% 0.53% -
HSV(B) 190.24º 0.26% 0.61% -
XYZ 23.45 27.12 35.01 -
YUV 138.63 137.24 110.43 -
System Red Green Blue C M Y K H S L
Decimal 114 148 155 0.26 0.05 0 0.39 190.24 0.17 0.53
Hex 72 94 9B 1A 5 0 27 BE 11 35
Octal 162 224 233 32 5 0 47 276 21 65
Binary 1110010 10010100 10011011 11010 101 0 100111 10111110 10001 110101

Color Harmonies of #72949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72949B

Black with #72949B

Text Example


Text Example

White with #72949B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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