Html Css Color HEX #747A9C Ship Cove

📋 copy color: '#747A9C'

red 116 ◦ green 122 ◦ blue 156

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

Shades of Ship Cove #747A9C

Tints of Ship Cove #747A9C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.96%

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

R = 29.44%
G = 30.96%
B = 39.59%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#747A9C (or 0x747A9C) is known color: Ship Cove. HEX triplet: 74, 7A and 9C. RGB value is (116,122,156). Sum of RGB (Red+Green+Blue) = 116+122+156=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #747A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747A9C is #8B8563. Grayscale: #7B7B7B. Windows color (decimal): -9143652 or 10254964. OLE color: 10254964.

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

Color convert

RGB 116 122 156 -
CMYK 0.26 0.22 0 0.39
HSL 231º 0.17% 0.53% -
HSV(B) 231º 0.26% 0.61% -
XYZ 20.16 20.03 34.26 -
YUV 124.08 146.01 122.24 -
System Red Green Blue C M Y K H S L
Decimal 116 122 156 0.26 0.22 0 0.39 231 0.17 0.53
Hex 74 7A 9C 1A 16 0 27 E7 11 35
Octal 164 172 234 32 26 0 47 347 21 65
Binary 1110100 1111010 10011100 11010 10110 0 100111 11100111 10001 110101

Color Harmonies of #747A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747A9C

Black with #747A9C

Text Example


Text Example

White with #747A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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