#74789D

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

Shades of Ship Cove #74789D

Tints of Ship Cove #74789D

Color information

#74789D (or 0x74789D) is unknown color: approx Ship Cove. HEX triplet: 74, 78 and 9D. RGB value is (116,120,157). Sum of RGB (Red+Green+Blue) = 116+120+157=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #74789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74789D is #8B8762. Grayscale: #7A7A7A. Windows color (decimal): -9144163 or 10319988. OLE color: 10319988.

HSL color Cylindrical-coordinate representation of color #74789D: hue angle of 234.15º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74789D is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116120157-
CMYK0.260.2400.38
HSL234.15º17.3%53.53%-
HSV(B)234.15º26.11%61.57%-
XYZ2019.5834.62-
YUV123.02147.17122.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.52%
GREEN value IS 120 (47.27% from 255) = 30.53%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=29.52%
G=30.53%
B=39.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161201570.260.2400.38234.1517.353.53
Hex74789D1A18026ea1136
Octal16417023532300463522166
Binary1110100111100010011101110101100001001101110101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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