Html Css Color HEX #777CAC Ship Cove

📋 copy color: '#777CAC'

red 119 ◦ green 124 ◦ blue 172

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

Shades of Ship Cove #777CAC

Tints of Ship Cove #777CAC

RGB

 RED value IS 119 (46.88% from 255) = 28.67%

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

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

R = 28.67%
G = 29.88%
B = 41.45%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#777CAC (or 0x777CAC) is known color: Ship Cove. HEX triplet: 77, 7C and AC. RGB value is (119,124,172). Sum of RGB (Red+Green+Blue) = 119+124+172=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #777CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777CAC is #888353. Grayscale: #7F7F7F. Windows color (decimal): -8946516 or 11304055. OLE color: 11304055.

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

Color convert

RGB 119 124 172 -
CMYK 0.31 0.28 0 0.33
HSL 234.34º 0.24% 0.57% -
HSV(B) 234.34º 0.31% 0.67% -
XYZ 22.26 21.32 41.97 -
YUV 127.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 119 124 172 0.31 0.28 0 0.33 234.34 0.24 0.57
Hex 77 7C AC 1F 1C 0 21 EA 18 39
Octal 167 174 254 37 34 0 41 352 30 71
Binary 1110111 1111100 10101100 11111 11100 0 100001 11101010 11000 111001

Color Harmonies of #777CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777CAC

Black with #777CAC

Text Example


Text Example

White with #777CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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