Html Css Color HEX #72888B Gothic

📋 copy color: '#72888B'

red 114 ◦ green 136 ◦ blue 139

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

Shades of Gothic #72888B

Tints of Gothic #72888B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.96%

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 29.31%
G = 34.96%
B = 35.73%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72888B (or 0x72888B) is known color: Gothic. HEX triplet: 72, 88 and 8B. RGB value is (114,136,139). Sum of RGB (Red+Green+Blue) = 114+136+139=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 139 - color contains mainly: blue. Hex color #72888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72888B is #8D7774. Grayscale: #818181. Windows color (decimal): -9271157 or 9144434. OLE color: 9144434.

HSL color Cylindrical-coordinate representation of color #72888B: hue angle of 187.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72888B is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 136 139 -
CMYK 0.18 0.02 0 0.45
HSL 187.2º 0.1% 0.5% -
HSV(B) 187.2º 0.18% 0.55% -
XYZ 20.4 23.05 27.8 -
YUV 129.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 114 136 139 0.18 0.02 0 0.45 187.2 0.1 0.5
Hex 72 88 8B 12 2 0 2D BB A 32
Octal 162 210 213 22 2 0 55 273 12 62
Binary 1110010 10001000 10001011 10010 10 0 101101 10111011 1010 110010

Color Harmonies of #72888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72888B

Black with #72888B

Text Example


Text Example

White with #72888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,136,139); }

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

background-color css

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

 a { background-color: rgb(114,136,139); }

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

border-color css

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

 span { border-color: rgb(114,136,139); }

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