Html Css Color HEX #77799A Ship Cove

📋 copy color: '#77799A'

red 119 ◦ green 121 ◦ blue 154

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

Shades of Ship Cove #77799A

Tints of Ship Cove #77799A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.71%

 BLUE value IS 154 (60.55% from 255) = 39.09%

R = 30.2%
G = 30.71%
B = 39.09%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#77799A (or 0x77799A) is known color: Ship Cove. HEX triplet: 77, 79 and 9A. RGB value is (119,121,154). Sum of RGB (Red+Green+Blue) = 119+121+154=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 154 - color contains mainly: blue. Hex color #77799A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77799A is #888665. Grayscale: #7C7C7C. Windows color (decimal): -8947302 or 10123639. OLE color: 10123639.

HSL color Cylindrical-coordinate representation of color #77799A: hue angle of 236.57º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77799A is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 121 154 -
CMYK 0.23 0.21 0 0.40
HSL 236.57º 0.15% 0.54% -
HSV(B) 236.57º 0.23% 0.6% -
XYZ 20.28 19.93 33.35 -
YUV 124.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 119 121 154 0.23 0.21 0 0.40 236.57 0.15 0.54
Hex 77 79 9A 17 15 0 28 ED F 36
Octal 167 171 232 27 25 0 50 355 17 66
Binary 1110111 1111001 10011010 10111 10101 0 101000 11101101 1111 110110

Color Harmonies of #77799A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77799A

Black with #77799A

Text Example


Text Example

White with #77799A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77799A; }

 p { color: rgb(119,121,154); }

 H1.HeaderClassName
 {
   color: #77799A;
 }
 .AnyTagClassName
 {
   color: #77799A;
 }
</style>

background-color css

<style>
 a { background-color: #77799A; }

 a { background-color: rgb(119,121,154); }

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

border-color css

<style>
 span { border-color: #77799A; }

 span { border-color: rgb(119,121,154); }

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