Html Css Color HEX #77819F Ship Cove

📋 copy color: '#77819F'

red 119 ◦ green 129 ◦ blue 159

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

Shades of Ship Cove #77819F

Tints of Ship Cove #77819F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.07%

R = 29.24%
G = 31.7%
B = 39.07%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77819F (or 0x77819F) is known color: Ship Cove. HEX triplet: 77, 81 and 9F. RGB value is (119,129,159). Sum of RGB (Red+Green+Blue) = 119+129+159=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 159 - color contains mainly: blue. Hex color #77819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77819F is #887E60. Grayscale: #818181. Windows color (decimal): -8945249 or 10453367. OLE color: 10453367.

HSL color Cylindrical-coordinate representation of color #77819F: hue angle of 225º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77819F is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 129 159 -
CMYK 0.25 0.19 0 0.38
HSL 225º 0.17% 0.55% -
HSV(B) 225º 0.25% 0.62% -
XYZ 21.72 22.13 35.93 -
YUV 129.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 119 129 159 0.25 0.19 0 0.38 225 0.17 0.55
Hex 77 81 9F 19 13 0 26 E1 11 37
Octal 167 201 237 31 23 0 46 341 21 67
Binary 1110111 10000001 10011111 11001 10011 0 100110 11100001 10001 110111

Color Harmonies of #77819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77819F

Black with #77819F

Text Example


Text Example

White with #77819F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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