Html Css Color HEX #72888A Gothic

📋 copy color: '#72888A'

red 114 ◦ green 136 ◦ blue 138

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

Shades of Gothic #72888A

Tints of Gothic #72888A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.57%

R = 29.38%
G = 35.05%
B = 35.57%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#72888A (or 0x72888A) is known color: Gothic. HEX triplet: 72, 88 and 8A. RGB value is (114,136,138). Sum of RGB (Red+Green+Blue) = 114+136+138=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 138 - color contains mainly: blue. Hex color #72888A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72888A is #8D7775. Grayscale: #818181. Windows color (decimal): -9271158 or 9078898. OLE color: 9078898.

HSL color Cylindrical-coordinate representation of color #72888A: hue angle of 185º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72888A is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 136 138 -
CMYK 0.17 0.01 0 0.46
HSL 185º 0.1% 0.49% -
HSV(B) 185º 0.17% 0.54% -
XYZ 20.33 23.02 27.42 -
YUV 129.65 132.71 116.84 -
System Red Green Blue C M Y K H S L
Decimal 114 136 138 0.17 0.01 0 0.46 185 0.1 0.49
Hex 72 88 8A 11 1 0 2E B9 A 31
Octal 162 210 212 21 1 0 56 271 12 61
Binary 1110010 10001000 10001010 10001 1 0 101110 10111001 1010 110001

Color Harmonies of #72888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72888A

Black with #72888A

Text Example


Text Example

White with #72888A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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