#748F96

Color #748F96 Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #748F96

Tints of Gothic #748F96

Color information

#748F96 (or 0x748F96) is unknown color: approx Gothic. HEX triplet: 74, 8F and 96. RGB value is (116,143,150). Sum of RGB (Red+Green+Blue) = 116+143+150=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 150 - color contains mainly: blue. Hex color #748F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748F96 is #8B7069. Grayscale: #878787. Windows color (decimal): -9138282 or 9867124. OLE color: 9867124.

HSL color Cylindrical-coordinate representation of color #748F96: hue angle of 192.35º 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 #748F96 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB116143150-
CMYK0.230.0500.41
HSL192.35º13.93%52.16%-
HSV(B)192.35º22.67%58.82%-
XYZ22.5325.5632.6-
YUV135.72136.05113.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.36%
GREEN value IS 143 (56.25% from 255) = 34.96%
BLUE value IS 150 (58.98% from 255) = 36.67%
R=28.36%
G=34.96%
B=36.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161431500.230.0500.41192.3513.9352.16
Hex748F96175029c0e34
Octal1642172262750513001664
Binary11101001000111110010110101111010101001110000001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748F96; }

 p { color: rgb(116,143,150); }

 H1.HeaderClassName
 {
   color: #748F96;
 }
 .AnyTagClassName
 {
   color: #748F96;
 }
</style>
background-color css

<style>
 a { background-color: #748F96; }

 a { background-color: rgb(116,143,150); }

 div.DivClassName
 {
   background-color: #748F96;
 }
 .BgClassName
 {
   background-color: #748F96;
 }
</style>
border-color css

<style>
 span { border-color: #748F96; }

 span { border-color: rgb(116,143,150); }

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