Html Css Color HEX #77859F Ship Cove

📋 copy color: '#77859F'

red 119 ◦ green 133 ◦ blue 159

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

Shades of Ship Cove #77859F

Tints of Ship Cove #77859F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.36%

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

R = 28.95%
G = 32.36%
B = 38.69%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77859F (or 0x77859F) is known color: Ship Cove. HEX triplet: 77, 85 and 9F. RGB value is (119,133,159). Sum of RGB (Red+Green+Blue) = 119+133+159=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 159 - color contains mainly: blue. Hex color #77859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77859F is #887A60. Grayscale: #838383. Windows color (decimal): -8944225 or 10454391. OLE color: 10454391.

HSL color Cylindrical-coordinate representation of color #77859F: hue angle of 219º 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 #77859F is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 133 159 -
CMYK 0.25 0.16 0 0.38
HSL 219º 0.17% 0.55% -
HSV(B) 219º 0.25% 0.62% -
XYZ 22.25 23.2 36.11 -
YUV 131.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 119 133 159 0.25 0.16 0 0.38 219 0.17 0.55
Hex 77 85 9F 19 10 0 26 DB 11 37
Octal 167 205 237 31 20 0 46 333 21 67
Binary 1110111 10000101 10011111 11001 10000 0 100110 11011011 10001 110111

Color Harmonies of #77859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77859F

Black with #77859F

Text Example


Text Example

White with #77859F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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