Html Css Color HEX #78829B Ship Cove

📋 copy color: '#78829B'

red 120 ◦ green 130 ◦ blue 155

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

Shades of Ship Cove #78829B

Tints of Ship Cove #78829B

RGB

 RED value IS 120 (47.27% from 255) = 29.63%

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

 BLUE value IS 155 (60.94% from 255) = 38.27%

R = 29.63%
G = 32.1%
B = 38.27%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78829B (or 0x78829B) is known color: Ship Cove. HEX triplet: 78, 82 and 9B. RGB value is (120,130,155). Sum of RGB (Red+Green+Blue) = 120+130+155=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #78829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78829B is #877D64. Grayscale: #818181. Windows color (decimal): -8879461 or 10191480. OLE color: 10191480.

HSL color Cylindrical-coordinate representation of color #78829B: hue angle of 222.86º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78829B is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 130 155 -
CMYK 0.23 0.16 0 0.39
HSL 222.86º 0.15% 0.54% -
HSV(B) 222.86º 0.23% 0.61% -
XYZ 21.64 22.32 34.18 -
YUV 129.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 120 130 155 0.23 0.16 0 0.39 222.86 0.15 0.54
Hex 78 82 9B 17 10 0 27 DF F 36
Octal 170 202 233 27 20 0 47 337 17 66
Binary 1111000 10000010 10011011 10111 10000 0 100111 11011111 1111 110110

Color Harmonies of #78829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78829B

Black with #78829B

Text Example


Text Example

White with #78829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78829B; }

 p { color: rgb(120,130,155); }

 H1.HeaderClassName
 {
   color: #78829B;
 }
 .AnyTagClassName
 {
   color: #78829B;
 }
</style>

background-color css

<style>
 a { background-color: #78829B; }

 a { background-color: rgb(120,130,155); }

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

border-color css

<style>
 span { border-color: #78829B; }

 span { border-color: rgb(120,130,155); }

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