Html Css Color HEX #7A8099 Ship Cove

📋 copy color: '#7A8099'

red 122 ◦ green 128 ◦ blue 153

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

Shades of Ship Cove #7A8099

Tints of Ship Cove #7A8099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.76%

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

R = 30.27%
G = 31.76%
B = 37.97%

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

#7A8099 (or 0x7A8099) is known color: Ship Cove. HEX triplet: 7A, 80 and 99. RGB value is (122,128,153). Sum of RGB (Red+Green+Blue) = 122+128+153=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A8099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8099 is #857F66. Grayscale: #808080. Windows color (decimal): -8748903 or 10059898. OLE color: 10059898.

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

Color convert

RGB 122 128 153 -
CMYK 0.20 0.16 0 0.4
HSL 228.39º 0.13% 0.54% -
HSV(B) 228.39º 0.2% 0.6% -
XYZ 21.49 21.88 33.23 -
YUV 129.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 122 128 153 0.20 0.16 0 0.4 228.39 0.13 0.54
Hex 7A 80 99 14 10 0 28 E4 D 36
Octal 172 200 231 24 20 0 50 344 15 66
Binary 1111010 10000000 10011001 10100 10000 0 101000 11100100 1101 110110

Color Harmonies of #7A8099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8099

Black with #7A8099

Text Example


Text Example

White with #7A8099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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