Html Css Color HEX #738D95 Gothic

📋 copy color: '#738D95'

red 115 ◦ green 141 ◦ blue 149

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

Shades of Gothic #738D95

Tints of Gothic #738D95

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.81%

 BLUE value IS 149 (58.59% from 255) = 36.79%

R = 28.4%
G = 34.81%
B = 36.79%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#738D95 (or 0x738D95) is known color: Gothic. HEX triplet: 73, 8D and 95. RGB value is (115,141,149). Sum of RGB (Red+Green+Blue) = 115+141+149=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 149 - color contains mainly: blue. Hex color #738D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738D95 is #8C726A. Grayscale: #868686. Windows color (decimal): -9204331 or 9801075. OLE color: 9801075.

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

Color convert

RGB 115 141 149 -
CMYK 0.23 0.05 0 0.42
HSL 194.12º 0.14% 0.52% -
HSV(B) 194.12º 0.23% 0.58% -
XYZ 22.02 24.86 32.07 -
YUV 134.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 115 141 149 0.23 0.05 0 0.42 194.12 0.14 0.52
Hex 73 8D 95 17 5 0 2A C2 E 34
Octal 163 215 225 27 5 0 52 302 16 64
Binary 1110011 10001101 10010101 10111 101 0 101010 11000010 1110 110100

Color Harmonies of #738D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738D95

Black with #738D95

Text Example


Text Example

White with #738D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,141,149); }

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

background-color css

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

 a { background-color: rgb(115,141,149); }

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

border-color css

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

 span { border-color: rgb(115,141,149); }

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