Html Css Color HEX #74789C Ship Cove

📋 copy color: '#74789C'

red 116 ◦ green 120 ◦ blue 156

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

Shades of Ship Cove #74789C

Tints of Ship Cove #74789C

RGB

 RED value IS 116 (45.7% from 255) = 29.59%

 GREEN value IS 120 (47.27% from 255) = 30.61%

 BLUE value IS 156 (61.33% from 255) = 39.8%

R = 29.59%
G = 30.61%
B = 39.8%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74789C (or 0x74789C) is known color: 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

RGB 116 120 156 -
CMYK 0.26 0.23 0 0.39
HSL 234º 0.17% 0.53% -
HSV(B) 234º 0.26% 0.61% -
XYZ 19.92 19.55 34.18 -
YUV 122.91 146.67 123.07 -
System Red Green Blue C M Y K H S L
Decimal 116 120 156 0.26 0.23 0 0.39 234 0.17 0.53
Hex 74 78 9C 1A 17 0 27 EA 11 35
Octal 164 170 234 32 27 0 47 352 21 65
Binary 1110100 1111000 10011100 11010 10111 0 100111 11101010 10001 110101

Color Harmonies of #74789C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74789C

Black with #74789C

Text Example


Text Example

White with #74789C

Text Example


Text Example

HTML Codes & Css Web 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>