Html Css Color HEX #768CAC Ship Cove

📋 copy color: '#768CAC'

red 118 ◦ green 140 ◦ blue 172

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

Shades of Ship Cove #768CAC

Tints of Ship Cove #768CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.56%

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

R = 27.44%
G = 32.56%
B = 40%

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

#768CAC (or 0x768CAC) is known color: Ship Cove. HEX triplet: 76, 8C and AC. RGB value is (118,140,172). Sum of RGB (Red+Green+Blue) = 118+140+172=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #768CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768CAC is #897353. Grayscale: #888888. Windows color (decimal): -9007956 or 11308150. OLE color: 11308150.

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

Color convert

RGB 118 140 172 -
CMYK 0.31 0.19 0 0.33
HSL 215.56º 0.25% 0.57% -
HSV(B) 215.56º 0.31% 0.67% -
XYZ 24.3 25.59 42.69 -
YUV 137.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 118 140 172 0.31 0.19 0 0.33 215.56 0.25 0.57
Hex 76 8C AC 1F 13 0 21 D8 19 39
Octal 166 214 254 37 23 0 41 330 31 71
Binary 1110110 10001100 10101100 11111 10011 0 100001 11011000 11001 111001

Color Harmonies of #768CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768CAC

Black with #768CAC

Text Example


Text Example

White with #768CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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