Html Css Color HEX #7682AB Ship Cove

📋 copy color: '#7682AB'

red 118 ◦ green 130 ◦ blue 171

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

Shades of Ship Cove #7682AB

Tints of Ship Cove #7682AB

RGB

 RED value IS 118 (46.48% from 255) = 28.16%

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

 BLUE value IS 171 (67.19% from 255) = 40.81%

R = 28.16%
G = 31.03%
B = 40.81%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7682AB (or 0x7682AB) is known color: Ship Cove. HEX triplet: 76, 82 and AB. RGB value is (118,130,171). Sum of RGB (Red+Green+Blue) = 118+130+171=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #7682AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7682AB is #897D54. Grayscale: #828282. Windows color (decimal): -9010517 or 11240054. OLE color: 11240054.

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

Color convert

RGB 118 130 171 -
CMYK 0.31 0.24 0 0.33
HSL 226.42º 0.24% 0.57% -
HSV(B) 226.42º 0.31% 0.67% -
XYZ 22.8 22.76 41.72 -
YUV 131.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 118 130 171 0.31 0.24 0 0.33 226.42 0.24 0.57
Hex 76 82 AB 1F 18 0 21 E2 18 39
Octal 166 202 253 37 30 0 41 342 30 71
Binary 1110110 10000010 10101011 11111 11000 0 100001 11100010 11000 111001

Color Harmonies of #7682AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7682AB

Black with #7682AB

Text Example


Text Example

White with #7682AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7682AB; }

 p { color: rgb(118,130,171); }

 H1.HeaderClassName
 {
   color: #7682AB;
 }
 .AnyTagClassName
 {
   color: #7682AB;
 }
</style>

background-color css

<style>
 a { background-color: #7682AB; }

 a { background-color: rgb(118,130,171); }

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

border-color css

<style>
 span { border-color: #7682AB; }

 span { border-color: rgb(118,130,171); }

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