Html Css Color HEX #747C9C Ship Cove

📋 copy color: '#747C9C'

red 116 ◦ green 124 ◦ blue 156

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

Shades of Ship Cove #747C9C

Tints of Ship Cove #747C9C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.31%

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

R = 29.29%
G = 31.31%
B = 39.39%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#747C9C (or 0x747C9C) is known color: Ship Cove. HEX triplet: 74, 7C and 9C. RGB value is (116,124,156). Sum of RGB (Red+Green+Blue) = 116+124+156=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #747C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747C9C is #8B8363. Grayscale: #7D7D7D. Windows color (decimal): -9143140 or 10255476. OLE color: 10255476.

HSL color Cylindrical-coordinate representation of color #747C9C: hue angle of 228º 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 #747C9C is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 124 156 -
CMYK 0.26 0.21 0 0.39
HSL 228º 0.17% 0.53% -
HSV(B) 228º 0.26% 0.61% -
XYZ 20.41 20.53 34.34 -
YUV 125.26 145.35 121.4 -
System Red Green Blue C M Y K H S L
Decimal 116 124 156 0.26 0.21 0 0.39 228 0.17 0.53
Hex 74 7C 9C 1A 15 0 27 E4 11 35
Octal 164 174 234 32 25 0 47 344 21 65
Binary 1110100 1111100 10011100 11010 10101 0 100111 11100100 10001 110101

Color Harmonies of #747C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C9C

Black with #747C9C

Text Example


Text Example

White with #747C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747C9C; }

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

 H1.HeaderClassName
 {
   color: #747C9C;
 }
 .AnyTagClassName
 {
   color: #747C9C;
 }
</style>

background-color css

<style>
 a { background-color: #747C9C; }

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

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

border-color css

<style>
 span { border-color: #747C9C; }

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

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