Html Css Color HEX #777CAB Ship Cove

📋 copy color: '#777CAB'

red 119 ◦ green 124 ◦ blue 171

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

Shades of Ship Cove #777CAB

Tints of Ship Cove #777CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.3%

R = 28.74%
G = 29.95%
B = 41.3%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#777CAB (or 0x777CAB) is known color: Ship Cove. HEX triplet: 77, 7C and AB. RGB value is (119,124,171). Sum of RGB (Red+Green+Blue) = 119+124+171=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #777CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777CAB is #888354. Grayscale: #7F7F7F. Windows color (decimal): -8946517 or 11238519. OLE color: 11238519.

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

Color convert

RGB 119 124 171 -
CMYK 0.30 0.27 0 0.33
HSL 234.23º 0.24% 0.57% -
HSV(B) 234.23º 0.3% 0.67% -
XYZ 22.17 21.28 41.47 -
YUV 127.86 152.34 121.68 -
System Red Green Blue C M Y K H S L
Decimal 119 124 171 0.30 0.27 0 0.33 234.23 0.24 0.57
Hex 77 7C AB 1E 1B 0 21 EA 18 39
Octal 167 174 253 36 33 0 41 352 30 71
Binary 1110111 1111100 10101011 11110 11011 0 100001 11101010 11000 111001

Color Harmonies of #777CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777CAB

Black with #777CAB

Text Example


Text Example

White with #777CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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