#768B8D

Color #768B8D Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #768B8D

Tints of Gothic #768B8D

Color information

#768B8D (or 0x768B8D) is unknown color: approx Gothic. HEX triplet: 76, 8B and 8D. RGB value is (118,139,141). Sum of RGB (Red+Green+Blue) = 118+139+141=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 141 - color contains mainly: blue. Hex color #768B8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768B8D is #897472. Grayscale: #848484. Windows color (decimal): -9008243 or 9276278. OLE color: 9276278.

HSL color Cylindrical-coordinate representation of color #768B8D: hue angle of 185.22º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #768B8D is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118139141-
CMYK0.160.0100.45
HSL185.22º9.16%50.78%-
HSV(B)185.22º16.31%55.29%-
XYZ21.5124.2428.74-
YUV132.95132.54117.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.65%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 141 (55.47% from 255) = 35.43%
R=29.65%
G=34.92%
B=35.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181391410.160.0100.45185.229.1650.78
Hex768B8D10102Db9933
Octal1662132152010552711163
Binary111011010001011100011011000010101101101110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,139,141); }

 H1.HeaderClassName
 {
   color: #768B8D;
 }
 .AnyTagClassName
 {
   color: #768B8D;
 }
</style>
background-color css

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

 a { background-color: rgb(118,139,141); }

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

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

 span { border-color: rgb(118,139,141); }

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