Html Css Color HEX #768AAA Ship Cove

📋 copy color: '#768AAA'

red 118 ◦ green 138 ◦ blue 170

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

Shades of Ship Cove #768AAA

Tints of Ship Cove #768AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.39%

 BLUE value IS 170 (66.8% from 255) = 39.91%

R = 27.7%
G = 32.39%
B = 39.91%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#768AAA (or 0x768AAA) is known color: Ship Cove. HEX triplet: 76, 8A and AA. RGB value is (118,138,170). Sum of RGB (Red+Green+Blue) = 118+138+170=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #768AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768AAA is #897555. Grayscale: #878787. Windows color (decimal): -9008470 or 11176566. OLE color: 11176566.

HSL color Cylindrical-coordinate representation of color #768AAA: hue angle of 216.92º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #768AAA is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 138 170 -
CMYK 0.31 0.19 0 0.33
HSL 216.92º 0.23% 0.56% -
HSV(B) 216.92º 0.31% 0.67% -
XYZ 23.82 24.93 41.59 -
YUV 135.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 118 138 170 0.31 0.19 0 0.33 216.92 0.23 0.56
Hex 76 8A AA 1F 13 0 21 D9 17 38
Octal 166 212 252 37 23 0 41 331 27 70
Binary 1110110 10001010 10101010 11111 10011 0 100001 11011001 10111 111000

Color Harmonies of #768AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768AAA

Black with #768AAA

Text Example


Text Example

White with #768AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768AAA; }

 p { color: rgb(118,138,170); }

 H1.HeaderClassName
 {
   color: #768AAA;
 }
 .AnyTagClassName
 {
   color: #768AAA;
 }
</style>

background-color css

<style>
 a { background-color: #768AAA; }

 a { background-color: rgb(118,138,170); }

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

border-color css

<style>
 span { border-color: #768AAA; }

 span { border-color: rgb(118,138,170); }

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