Html Css Color HEX #7685AC Ship Cove

📋 copy color: '#7685AC'

red 118 ◦ green 133 ◦ blue 172

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

Shades of Ship Cove #7685AC

Tints of Ship Cove #7685AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.66%

R = 27.9%
G = 31.44%
B = 40.66%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7685AC (or 0x7685AC) is known color: Ship Cove. HEX triplet: 76, 85 and AC. RGB value is (118,133,172). Sum of RGB (Red+Green+Blue) = 118+133+172=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #7685AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7685AC is #897A53. Grayscale: #848484. Windows color (decimal): -9009748 or 11306358. OLE color: 11306358.

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

Color convert

RGB 118 133 172 -
CMYK 0.31 0.23 0 0.33
HSL 223.33º 0.25% 0.57% -
HSV(B) 223.33º 0.31% 0.67% -
XYZ 23.31 23.61 42.36 -
YUV 132.96 150.03 117.33 -
System Red Green Blue C M Y K H S L
Decimal 118 133 172 0.31 0.23 0 0.33 223.33 0.25 0.57
Hex 76 85 AC 1F 17 0 21 DF 19 39
Octal 166 205 254 37 27 0 41 337 31 71
Binary 1110110 10000101 10101100 11111 10111 0 100001 11011111 11001 111001

Color Harmonies of #7685AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7685AC

Black with #7685AC

Text Example


Text Example

White with #7685AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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