#74789C

Color #74789C Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #74789C

Tints of Ship Cove #74789C

Color information

#74789C (or 0x74789C) is unknown color: approx Ship Cove. HEX triplet: 74, 78 and 9C. RGB value is (116,120,156). Sum of RGB (Red+Green+Blue) = 116+120+156=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #74789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74789C is #8B8763. Grayscale: #7A7A7A. Windows color (decimal): -9144164 or 10254452. OLE color: 10254452.

HSL color Cylindrical-coordinate representation of color #74789C: hue angle of 234º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74789C is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB116120156-
CMYK0.260.2300.39
HSL234º16.81%53.33%-
HSV(B)234º25.64%61.18%-
XYZ19.9219.5534.18-
YUV122.91146.67123.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.59%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 156 (61.33% from 255) = 39.80%
R=29.59%
G=30.61%
B=39.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161201560.260.2300.3923416.8153.33
Hex74789C1A17027ea1135
Octal16417023432270473522165
Binary1110100111100010011100110101011101001111110101010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74789C; }

 p { color: rgb(116,120,156); }

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

<style>
 a { background-color: #74789C; }

 a { background-color: rgb(116,120,156); }

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

<style>
 span { border-color: #74789C; }

 span { border-color: rgb(116,120,156); }

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