Html Css Color HEX #79829A Ship Cove

📋 copy color: '#79829A'

red 121 ◦ green 130 ◦ blue 154

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

Shades of Ship Cove #79829A

Tints of Ship Cove #79829A

RGB

 RED value IS 121 (47.66% from 255) = 29.88%

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

 BLUE value IS 154 (60.55% from 255) = 38.02%

R = 29.88%
G = 32.1%
B = 38.02%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#79829A (or 0x79829A) is known color: Ship Cove. HEX triplet: 79, 82 and 9A. RGB value is (121,130,154). Sum of RGB (Red+Green+Blue) = 121+130+154=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 154 - color contains mainly: blue. Hex color #79829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79829A is #867D65. Grayscale: #818181. Windows color (decimal): -8813926 or 10125945. OLE color: 10125945.

HSL color Cylindrical-coordinate representation of color #79829A: hue angle of 223.64º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #79829A is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 130 154 -
CMYK 0.21 0.16 0 0.40
HSL 223.64º 0.14% 0.54% -
HSV(B) 223.64º 0.21% 0.6% -
XYZ 21.7 22.36 33.74 -
YUV 130.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 121 130 154 0.21 0.16 0 0.40 223.64 0.14 0.54
Hex 79 82 9A 15 10 0 28 E0 E 36
Octal 171 202 232 25 20 0 50 340 16 66
Binary 1111001 10000010 10011010 10101 10000 0 101000 11100000 1110 110110

Color Harmonies of #79829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79829A

Black with #79829A

Text Example


Text Example

White with #79829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79829A; }

 p { color: rgb(121,130,154); }

 H1.HeaderClassName
 {
   color: #79829A;
 }
 .AnyTagClassName
 {
   color: #79829A;
 }
</style>

background-color css

<style>
 a { background-color: #79829A; }

 a { background-color: rgb(121,130,154); }

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

border-color css

<style>
 span { border-color: #79829A; }

 span { border-color: rgb(121,130,154); }

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