Html Css Color HEX #77819A Ship Cove

📋 copy color: '#77819A'

red 119 ◦ green 129 ◦ blue 154

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

Shades of Ship Cove #77819A

Tints of Ship Cove #77819A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.09%

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

R = 29.6%
G = 32.09%
B = 38.31%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#77819A (or 0x77819A) is known color: Ship Cove. HEX triplet: 77, 81 and 9A. RGB value is (119,129,154). Sum of RGB (Red+Green+Blue) = 119+129+154=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 154 - color contains mainly: blue. Hex color #77819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77819A is #887E65. Grayscale: #808080. Windows color (decimal): -8945254 or 10125687. OLE color: 10125687.

HSL color Cylindrical-coordinate representation of color #77819A: hue angle of 222.86º 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 #77819A is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 129 154 -
CMYK 0.23 0.16 0 0.40
HSL 222.86º 0.15% 0.54% -
HSV(B) 222.86º 0.23% 0.6% -
XYZ 21.29 21.96 33.69 -
YUV 128.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 119 129 154 0.23 0.16 0 0.40 222.86 0.15 0.54
Hex 77 81 9A 17 10 0 28 DF F 36
Octal 167 201 232 27 20 0 50 337 17 66
Binary 1110111 10000001 10011010 10111 10000 0 101000 11011111 1111 110110

Color Harmonies of #77819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77819A

Black with #77819A

Text Example


Text Example

White with #77819A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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