Html Css Color HEX #7A829A Ship Cove

📋 copy color: '#7A829A'

red 122 ◦ green 130 ◦ blue 154

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

Shades of Ship Cove #7A829A

Tints of Ship Cove #7A829A

RGB

 RED value IS 122 (48.05% from 255) = 30.05%

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

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

R = 30.05%
G = 32.02%
B = 37.93%

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

#7A829A (or 0x7A829A) is known color: Ship Cove. HEX triplet: 7A, 82 and 9A. RGB value is (122,130,154). Sum of RGB (Red+Green+Blue) = 122+130+154=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #7A829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A829A is #857D65. Grayscale: #828282. Windows color (decimal): -8748390 or 10125946. OLE color: 10125946.

HSL color Cylindrical-coordinate representation of color #7A829A: hue angle of 225º 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 #7A829A is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 122 130 154 -
CMYK 0.21 0.16 0 0.40
HSL 225º 0.14% 0.54% -
HSV(B) 225º 0.21% 0.6% -
XYZ 21.84 22.44 33.75 -
YUV 130.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 122 130 154 0.21 0.16 0 0.40 225 0.14 0.54
Hex 7A 82 9A 15 10 0 28 E1 E 36
Octal 172 202 232 25 20 0 50 341 16 66
Binary 1111010 10000010 10011010 10101 10000 0 101000 11100001 1110 110110

Color Harmonies of #7A829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A829A

Black with #7A829A

Text Example


Text Example

White with #7A829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A829A; }

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

 H1.HeaderClassName
 {
   color: #7A829A;
 }
 .AnyTagClassName
 {
   color: #7A829A;
 }
</style>

background-color css

<style>
 a { background-color: #7A829A; }

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

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

border-color css

<style>
 span { border-color: #7A829A; }

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

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