Html Css Color HEX #7A8199 Ship Cove

📋 copy color: '#7A8199'

red 122 ◦ green 129 ◦ blue 153

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

Shades of Ship Cove #7A8199

Tints of Ship Cove #7A8199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.93%

 BLUE value IS 153 (60.16% from 255) = 37.87%

R = 30.2%
G = 31.93%
B = 37.87%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7A8199 (or 0x7A8199) is known color: Ship Cove. HEX triplet: 7A, 81 and 99. RGB value is (122,129,153). Sum of RGB (Red+Green+Blue) = 122+129+153=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A8199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8199 is #857E66. Grayscale: #818181. Windows color (decimal): -8748647 or 10060154. OLE color: 10060154.

HSL color Cylindrical-coordinate representation of color #7A8199: hue angle of 226.45º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A8199 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 122 129 153 -
CMYK 0.20 0.16 0 0.4
HSL 226.45º 0.13% 0.54% -
HSV(B) 226.45º 0.2% 0.6% -
XYZ 21.63 22.14 33.27 -
YUV 129.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 122 129 153 0.20 0.16 0 0.4 226.45 0.13 0.54
Hex 7A 81 99 14 10 0 28 E2 D 36
Octal 172 201 231 24 20 0 50 342 15 66
Binary 1111010 10000001 10011001 10100 10000 0 101000 11100010 1101 110110

Color Harmonies of #7A8199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8199

Black with #7A8199

Text Example


Text Example

White with #7A8199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,129,153); }

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

background-color css

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

 a { background-color: rgb(122,129,153); }

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

border-color css

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

 span { border-color: rgb(122,129,153); }

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