Html Css Color HEX #77819E Ship Cove

📋 copy color: '#77819E'

red 119 ◦ green 129 ◦ blue 158

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

Shades of Ship Cove #77819E

Tints of Ship Cove #77819E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.92%

R = 29.31%
G = 31.77%
B = 38.92%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77819E (or 0x77819E) is known color: Ship Cove. HEX triplet: 77, 81 and 9E. RGB value is (119,129,158). Sum of RGB (Red+Green+Blue) = 119+129+158=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #77819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77819E is #887E61. Grayscale: #818181. Windows color (decimal): -8945250 or 10387831. OLE color: 10387831.

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

Color convert

RGB 119 129 158 -
CMYK 0.25 0.18 0 0.38
HSL 224.62º 0.17% 0.54% -
HSV(B) 224.62º 0.25% 0.62% -
XYZ 21.63 22.09 35.47 -
YUV 129.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 119 129 158 0.25 0.18 0 0.38 224.62 0.17 0.54
Hex 77 81 9E 19 12 0 26 E1 11 36
Octal 167 201 236 31 22 0 46 341 21 66
Binary 1110111 10000001 10011110 11001 10010 0 100110 11100001 10001 110110

Color Harmonies of #77819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77819E

Black with #77819E

Text Example


Text Example

White with #77819E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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