Html Css Color HEX #7682AE Ship Cove

📋 copy color: '#7682AE'

red 118 ◦ green 130 ◦ blue 174

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

Shades of Ship Cove #7682AE

Tints of Ship Cove #7682AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.23%

R = 27.96%
G = 30.81%
B = 41.23%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7682AE (or 0x7682AE) is known color: Ship Cove. HEX triplet: 76, 82 and AE. RGB value is (118,130,174). Sum of RGB (Red+Green+Blue) = 118+130+174=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #7682AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7682AE is #897D51. Grayscale: #838383. Windows color (decimal): -9010514 or 11436662. OLE color: 11436662.

HSL color Cylindrical-coordinate representation of color #7682AE: hue angle of 227.14º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7682AE is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 130 174 -
CMYK 0.32 0.25 0 0.32
HSL 227.14º 0.26% 0.57% -
HSV(B) 227.14º 0.32% 0.68% -
XYZ 23.09 22.87 43.24 -
YUV 131.43 152.02 118.42 -
System Red Green Blue C M Y K H S L
Decimal 118 130 174 0.32 0.25 0 0.32 227.14 0.26 0.57
Hex 76 82 AE 20 19 0 20 E3 1A 39
Octal 166 202 256 40 31 0 40 343 32 71
Binary 1110110 10000010 10101110 100000 11001 0 100000 11100011 11010 111001

Color Harmonies of #7682AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7682AE

Black with #7682AE

Text Example


Text Example

White with #7682AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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