Html Css Color HEX #738E96 Gothic

📋 copy color: '#738E96'

red 115 ◦ green 142 ◦ blue 150

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

Shades of Gothic #738E96

Tints of Gothic #738E96

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.89%

 BLUE value IS 150 (58.98% from 255) = 36.86%

R = 28.26%
G = 34.89%
B = 36.86%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#738E96 (or 0x738E96) is known color: Gothic. HEX triplet: 73, 8E and 96. RGB value is (115,142,150). Sum of RGB (Red+Green+Blue) = 115+142+150=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 150 - color contains mainly: blue. Hex color #738E96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738E96 is #8C7169. Grayscale: #868686. Windows color (decimal): -9204074 or 9866867. OLE color: 9866867.

HSL color Cylindrical-coordinate representation of color #738E96: hue angle of 193.71º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #738E96 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 142 150 -
CMYK 0.23 0.05 0 0.41
HSL 193.71º 0.14% 0.52% -
HSV(B) 193.71º 0.23% 0.59% -
XYZ 22.25 25.19 32.54 -
YUV 134.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 115 142 150 0.23 0.05 0 0.41 193.71 0.14 0.52
Hex 73 8E 96 17 5 0 29 C2 E 34
Octal 163 216 226 27 5 0 51 302 16 64
Binary 1110011 10001110 10010110 10111 101 0 101001 11000010 1110 110100

Color Harmonies of #738E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738E96

Black with #738E96

Text Example


Text Example

White with #738E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738E96; }

 p { color: rgb(115,142,150); }

 H1.HeaderClassName
 {
   color: #738E96;
 }
 .AnyTagClassName
 {
   color: #738E96;
 }
</style>

background-color css

<style>
 a { background-color: #738E96; }

 a { background-color: rgb(115,142,150); }

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

border-color css

<style>
 span { border-color: #738E96; }

 span { border-color: rgb(115,142,150); }

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