Html Css Color HEX #777DAB Ship Cove

📋 copy color: '#777DAB'

red 119 ◦ green 125 ◦ blue 171

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

Shades of Ship Cove #777DAB

Tints of Ship Cove #777DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.12%

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

R = 28.67%
G = 30.12%
B = 41.2%

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

#777DAB (or 0x777DAB) is known color: Ship Cove. HEX triplet: 77, 7D and AB. RGB value is (119,125,171). Sum of RGB (Red+Green+Blue) = 119+125+171=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #777DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777DAB is #888254. Grayscale: #808080. Windows color (decimal): -8946261 or 11238775. OLE color: 11238775.

HSL color Cylindrical-coordinate representation of color #777DAB: hue angle of 233.08º 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 #777DAB is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 125 171 -
CMYK 0.30 0.27 0 0.33
HSL 233.08º 0.24% 0.57% -
HSV(B) 233.08º 0.3% 0.67% -
XYZ 22.29 21.53 41.51 -
YUV 128.45 152.01 121.26 -
System Red Green Blue C M Y K H S L
Decimal 119 125 171 0.30 0.27 0 0.33 233.08 0.24 0.57
Hex 77 7D AB 1E 1B 0 21 E9 18 39
Octal 167 175 253 36 33 0 41 351 30 71
Binary 1110111 1111101 10101011 11110 11011 0 100001 11101001 11000 111001

Color Harmonies of #777DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777DAB

Black with #777DAB

Text Example


Text Example

White with #777DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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