Html Css Color HEX #738A8C Gothic

📋 copy color: '#738A8C'

red 115 ◦ green 138 ◦ blue 140

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

Shades of Gothic #738A8C

Tints of Gothic #738A8C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.11%

 BLUE value IS 140 (55.08% from 255) = 35.62%

R = 29.26%
G = 35.11%
B = 35.62%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#738A8C (or 0x738A8C) is known color: Gothic. HEX triplet: 73, 8A and 8C. RGB value is (115,138,140). Sum of RGB (Red+Green+Blue) = 115+138+140=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 140 - color contains mainly: blue. Hex color #738A8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738A8C is #8C7573. Grayscale: #838383. Windows color (decimal): -9205108 or 9210483. OLE color: 9210483.

HSL color Cylindrical-coordinate representation of color #738A8C: hue angle of 184.8º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #738A8C is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 138 140 -
CMYK 0.18 0.01 0 0.45
HSL 184.8º 0.1% 0.5% -
HSV(B) 184.8º 0.18% 0.55% -
XYZ 20.89 23.72 28.29 -
YUV 131.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 115 138 140 0.18 0.01 0 0.45 184.8 0.1 0.5
Hex 73 8A 8C 12 1 0 2D B9 A 32
Octal 163 212 214 22 1 0 55 271 12 62
Binary 1110011 10001010 10001100 10010 1 0 101101 10111001 1010 110010

Color Harmonies of #738A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738A8C

Black with #738A8C

Text Example


Text Example

White with #738A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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