Html Css Color HEX #77829D Ship Cove

📋 copy color: '#77829D'

red 119 ◦ green 130 ◦ blue 157

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

Shades of Ship Cove #77829D

Tints of Ship Cove #77829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.02%

 BLUE value IS 157 (61.72% from 255) = 38.67%

R = 29.31%
G = 32.02%
B = 38.67%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77829D (or 0x77829D) is known color: Ship Cove. HEX triplet: 77, 82 and 9D. RGB value is (119,130,157). Sum of RGB (Red+Green+Blue) = 119+130+157=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #77829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77829D is #887D62. Grayscale: #818181. Windows color (decimal): -8944995 or 10322551. OLE color: 10322551.

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

Color convert

RGB 119 130 157 -
CMYK 0.24 0.17 0 0.38
HSL 222.63º 0.16% 0.54% -
HSV(B) 222.63º 0.24% 0.62% -
XYZ 21.68 22.32 35.06 -
YUV 129.79 143.36 120.3 -
System Red Green Blue C M Y K H S L
Decimal 119 130 157 0.24 0.17 0 0.38 222.63 0.16 0.54
Hex 77 82 9D 18 11 0 26 DF 10 36
Octal 167 202 235 30 21 0 46 337 20 66
Binary 1110111 10000010 10011101 11000 10001 0 100110 11011111 10000 110110

Color Harmonies of #77829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77829D

Black with #77829D

Text Example


Text Example

White with #77829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77829D; }

 p { color: rgb(119,130,157); }

 H1.HeaderClassName
 {
   color: #77829D;
 }
 .AnyTagClassName
 {
   color: #77829D;
 }
</style>

background-color css

<style>
 a { background-color: #77829D; }

 a { background-color: rgb(119,130,157); }

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

border-color css

<style>
 span { border-color: #77829D; }

 span { border-color: rgb(119,130,157); }

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