Html Css Color HEX #73888B Gothic

📋 copy color: '#73888B'

red 115 ◦ green 136 ◦ blue 139

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

Shades of Gothic #73888B

Tints of Gothic #73888B

RGB

 RED value IS 115 (45.31% from 255) = 29.49%

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

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

R = 29.49%
G = 34.87%
B = 35.64%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73888B (or 0x73888B) is known color: Gothic. HEX triplet: 73, 88 and 8B. RGB value is (115,136,139). Sum of RGB (Red+Green+Blue) = 115+136+139=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 139 - color contains mainly: blue. Hex color #73888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73888B is #8C7774. Grayscale: #828282. Windows color (decimal): -9205621 or 9144435. OLE color: 9144435.

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

Color convert

RGB 115 136 139 -
CMYK 0.17 0.02 0 0.45
HSL 187.5º 0.09% 0.5% -
HSV(B) 187.5º 0.17% 0.55% -
XYZ 20.53 23.12 27.81 -
YUV 130.06 133.04 117.26 -
System Red Green Blue C M Y K H S L
Decimal 115 136 139 0.17 0.02 0 0.45 187.5 0.09 0.5
Hex 73 88 8B 11 2 0 2D BC 9 32
Octal 163 210 213 21 2 0 55 274 11 62
Binary 1110011 10001000 10001011 10001 10 0 101101 10111100 1001 110010

Color Harmonies of #73888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73888B

Black with #73888B

Text Example


Text Example

White with #73888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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