Html Css Color HEX #7782AA Ship Cove

📋 copy color: '#7782AA'

red 119 ◦ green 130 ◦ blue 170

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

Shades of Ship Cove #7782AA

Tints of Ship Cove #7782AA

RGB

 RED value IS 119 (46.88% from 255) = 28.4%

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

 BLUE value IS 170 (66.8% from 255) = 40.57%

R = 28.4%
G = 31.03%
B = 40.57%

CMYK

 C value IS 0.3

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7782AA (or 0x7782AA) is known color: Ship Cove. HEX triplet: 77, 82 and AA. RGB value is (119,130,170). Sum of RGB (Red+Green+Blue) = 119+130+170=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #7782AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7782AA is #887D55. Grayscale: #838383. Windows color (decimal): -8944982 or 11174519. OLE color: 11174519.

HSL color Cylindrical-coordinate representation of color #7782AA: hue angle of 227.06º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7782AA is Cyan = 0.3, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 130 170 -
CMYK 0.3 0.24 0 0.33
HSL 227.06º 0.23% 0.57% -
HSV(B) 227.06º 0.3% 0.67% -
XYZ 22.85 22.79 41.22 -
YUV 131.27 149.86 119.25 -
System Red Green Blue C M Y K H S L
Decimal 119 130 170 0.3 0.24 0 0.33 227.06 0.23 0.57
Hex 77 82 AA 1E 18 0 21 E3 17 39
Octal 167 202 252 36 30 0 41 343 27 71
Binary 1110111 10000010 10101010 11110 11000 0 100001 11100011 10111 111001

Color Harmonies of #7782AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7782AA

Black with #7782AA

Text Example


Text Example

White with #7782AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7782AA; }

 p { color: rgb(119,130,170); }

 H1.HeaderClassName
 {
   color: #7782AA;
 }
 .AnyTagClassName
 {
   color: #7782AA;
 }
</style>

background-color css

<style>
 a { background-color: #7782AA; }

 a { background-color: rgb(119,130,170); }

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

border-color css

<style>
 span { border-color: #7782AA; }

 span { border-color: rgb(119,130,170); }

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