Html Css Color HEX #79829E Ship Cove

📋 copy color: '#79829E'

red 121 ◦ green 130 ◦ blue 158

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

Shades of Ship Cove #79829E

Tints of Ship Cove #79829E

RGB

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

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

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

R = 29.58%
G = 31.78%
B = 38.63%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#79829E (or 0x79829E) is known color: Ship Cove. HEX triplet: 79, 82 and 9E. RGB value is (121,130,158). Sum of RGB (Red+Green+Blue) = 121+130+158=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 158 - color contains mainly: blue. Hex color #79829E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79829E is #867D61. Grayscale: #828282. Windows color (decimal): -8813922 or 10388089. OLE color: 10388089.

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

Color convert

RGB 121 130 158 -
CMYK 0.23 0.18 0 0.38
HSL 225.41º 0.16% 0.55% -
HSV(B) 225.41º 0.23% 0.62% -
XYZ 22.04 22.5 35.53 -
YUV 130.5 143.52 121.22 -
System Red Green Blue C M Y K H S L
Decimal 121 130 158 0.23 0.18 0 0.38 225.41 0.16 0.55
Hex 79 82 9E 17 12 0 26 E1 10 37
Octal 171 202 236 27 22 0 46 341 20 67
Binary 1111001 10000010 10011110 10111 10010 0 100110 11100001 10000 110111

Color Harmonies of #79829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79829E

Black with #79829E

Text Example


Text Example

White with #79829E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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