Html Css Color HEX #7685AB Ship Cove

📋 copy color: '#7685AB'

red 118 ◦ green 133 ◦ blue 171

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

Shades of Ship Cove #7685AB

Tints of Ship Cove #7685AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.52%

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

R = 27.96%
G = 31.52%
B = 40.52%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7685AB (or 0x7685AB) is known color: Ship Cove. HEX triplet: 76, 85 and AB. RGB value is (118,133,171). Sum of RGB (Red+Green+Blue) = 118+133+171=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #7685AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7685AB is #897A54. Grayscale: #848484. Windows color (decimal): -9009749 or 11240822. OLE color: 11240822.

HSL color Cylindrical-coordinate representation of color #7685AB: hue angle of 223.02º 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 #7685AB is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 133 171 -
CMYK 0.31 0.22 0 0.33
HSL 223.02º 0.24% 0.57% -
HSV(B) 223.02º 0.31% 0.67% -
XYZ 23.21 23.57 41.85 -
YUV 132.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 118 133 171 0.31 0.22 0 0.33 223.02 0.24 0.57
Hex 76 85 AB 1F 16 0 21 DF 18 39
Octal 166 205 253 37 26 0 41 337 30 71
Binary 1110110 10000101 10101011 11111 10110 0 100001 11011111 11000 111001

Color Harmonies of #7685AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7685AB

Black with #7685AB

Text Example


Text Example

White with #7685AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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