Html Css Color HEX #7690AF Ship Cove

📋 copy color: '#7690AF'

red 118 ◦ green 144 ◦ blue 175

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

Shades of Ship Cove #7690AF

Tints of Ship Cove #7690AF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.95%

 BLUE value IS 175 (68.75% from 255) = 40.05%

R = 27%
G = 32.95%
B = 40.05%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7690AF (or 0x7690AF) is known color: Ship Cove. HEX triplet: 76, 90 and AF. RGB value is (118,144,175). Sum of RGB (Red+Green+Blue) = 118+144+175=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #7690AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7690AF is #896F50. Grayscale: #8B8B8B. Windows color (decimal): -9006929 or 11505782. OLE color: 11505782.

HSL color Cylindrical-coordinate representation of color #7690AF: hue angle of 212.63º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7690AF is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 144 175 -
CMYK 0.33 0.18 0 0.31
HSL 212.63º 0.26% 0.57% -
HSV(B) 212.63º 0.33% 0.69% -
XYZ 25.18 26.89 44.42 -
YUV 139.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 118 144 175 0.33 0.18 0 0.31 212.63 0.26 0.57
Hex 76 90 AF 21 12 0 1F D5 1A 39
Octal 166 220 257 41 22 0 37 325 32 71
Binary 1110110 10010000 10101111 100001 10010 0 11111 11010101 11010 111001

Color Harmonies of #7690AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7690AF

Black with #7690AF

Text Example


Text Example

White with #7690AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7690AF; }

 p { color: rgb(118,144,175); }

 H1.HeaderClassName
 {
   color: #7690AF;
 }
 .AnyTagClassName
 {
   color: #7690AF;
 }
</style>

background-color css

<style>
 a { background-color: #7690AF; }

 a { background-color: rgb(118,144,175); }

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

border-color css

<style>
 span { border-color: #7690AF; }

 span { border-color: rgb(118,144,175); }

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