Html Css Color HEX #7882AA Ship Cove

📋 copy color: '#7882AA'

red 120 ◦ green 130 ◦ blue 170

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

Shades of Ship Cove #7882AA

Tints of Ship Cove #7882AA

RGB

 RED value IS 120 (47.27% from 255) = 28.57%

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

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

R = 28.57%
G = 30.95%
B = 40.48%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7882AA (or 0x7882AA) is known color: Ship Cove. HEX triplet: 78, 82 and AA. RGB value is (120,130,170). Sum of RGB (Red+Green+Blue) = 120+130+170=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #7882AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7882AA is #877D55. Grayscale: #838383. Windows color (decimal): -8879446 or 11174520. OLE color: 11174520.

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

Color convert

RGB 120 130 170 -
CMYK 0.29 0.24 0 0.33
HSL 228º 0.23% 0.57% -
HSV(B) 228º 0.29% 0.67% -
XYZ 22.98 22.86 41.23 -
YUV 131.57 149.69 119.75 -
System Red Green Blue C M Y K H S L
Decimal 120 130 170 0.29 0.24 0 0.33 228 0.23 0.57
Hex 78 82 AA 1D 18 0 21 E4 17 39
Octal 170 202 252 35 30 0 41 344 27 71
Binary 1111000 10000010 10101010 11101 11000 0 100001 11100100 10111 111001

Color Harmonies of #7882AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7882AA

Black with #7882AA

Text Example


Text Example

White with #7882AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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