Html Css Color HEX #768AAC Ship Cove

📋 copy color: '#768AAC'

red 118 ◦ green 138 ◦ blue 172

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

Shades of Ship Cove #768AAC

Tints of Ship Cove #768AAC

RGB

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

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

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

R = 27.57%
G = 32.24%
B = 40.19%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#768AAC (or 0x768AAC) is known color: Ship Cove. HEX triplet: 76, 8A and AC. RGB value is (118,138,172). Sum of RGB (Red+Green+Blue) = 118+138+172=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #768AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768AAC is #897553. Grayscale: #878787. Windows color (decimal): -9008468 or 11307638. OLE color: 11307638.

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

Color convert

RGB 118 138 172 -
CMYK 0.31 0.20 0 0.33
HSL 217.78º 0.25% 0.57% -
HSV(B) 217.78º 0.31% 0.67% -
XYZ 24.01 25.01 42.59 -
YUV 135.9 148.37 115.24 -
System Red Green Blue C M Y K H S L
Decimal 118 138 172 0.31 0.20 0 0.33 217.78 0.25 0.57
Hex 76 8A AC 1F 14 0 21 DA 19 39
Octal 166 212 254 37 24 0 41 332 31 71
Binary 1110110 10001010 10101100 11111 10100 0 100001 11011010 11001 111001

Color Harmonies of #768AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768AAC

Black with #768AAC

Text Example


Text Example

White with #768AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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