Html Css Color HEX #747CAC Ship Cove

📋 copy color: '#747CAC'

red 116 ◦ green 124 ◦ blue 172

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

Shades of Ship Cove #747CAC

Tints of Ship Cove #747CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.75%

R = 28.16%
G = 30.1%
B = 41.75%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#747CAC (or 0x747CAC) is known color: Ship Cove. HEX triplet: 74, 7C and AC. RGB value is (116,124,172). Sum of RGB (Red+Green+Blue) = 116+124+172=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #747CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747CAC is #8B8353. Grayscale: #7E7E7E. Windows color (decimal): -9143124 or 11304052. OLE color: 11304052.

HSL color Cylindrical-coordinate representation of color #747CAC: hue angle of 231.43º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #747CAC is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 124 172 -
CMYK 0.33 0.28 0 0.33
HSL 231.43º 0.25% 0.56% -
HSV(B) 231.43º 0.33% 0.67% -
XYZ 21.86 21.11 41.95 -
YUV 127.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 116 124 172 0.33 0.28 0 0.33 231.43 0.25 0.56
Hex 74 7C AC 21 1C 0 21 E7 19 38
Octal 164 174 254 41 34 0 41 347 31 70
Binary 1110100 1111100 10101100 100001 11100 0 100001 11100111 11001 111000

Color Harmonies of #747CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747CAC

Black with #747CAC

Text Example


Text Example

White with #747CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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