Html Css Color HEX #738C95 Gothic

📋 copy color: '#738C95'

red 115 ◦ green 140 ◦ blue 149

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

Shades of Gothic #738C95

Tints of Gothic #738C95

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.65%

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

R = 28.47%
G = 34.65%
B = 36.88%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#738C95 (or 0x738C95) is known color: Gothic. HEX triplet: 73, 8C and 95. RGB value is (115,140,149). Sum of RGB (Red+Green+Blue) = 115+140+149=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 149 - color contains mainly: blue. Hex color #738C95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738C95 is #8C736A. Grayscale: #858585. Windows color (decimal): -9204587 or 9800819. OLE color: 9800819.

HSL color Cylindrical-coordinate representation of color #738C95: hue angle of 195.88º 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 #738C95 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 140 149 -
CMYK 0.23 0.06 0 0.42
HSL 195.88º 0.14% 0.52% -
HSV(B) 195.88º 0.23% 0.58% -
XYZ 21.87 24.57 32.02 -
YUV 133.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 115 140 149 0.23 0.06 0 0.42 195.88 0.14 0.52
Hex 73 8C 95 17 6 0 2A C4 E 34
Octal 163 214 225 27 6 0 52 304 16 64
Binary 1110011 10001100 10010101 10111 110 0 101010 11000100 1110 110100

Color Harmonies of #738C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738C95

Black with #738C95

Text Example


Text Example

White with #738C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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