#766968

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

Shades of Pharlap #766968

Tints of Pharlap #766968

Color information

#766968 (or 0x766968) is unknown color: approx Pharlap. HEX triplet: 76, 69 and 68. RGB value is (118,105,104). Sum of RGB (Red+Green+Blue) = 118+105+104=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 118 - color contains mainly: red. Hex color #766968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766968 is #899697. Grayscale: #6C6C6C. Windows color (decimal): -9016984 or 6842742. OLE color: 6842742.

HSL color Cylindrical-coordinate representation of color #766968: hue angle of 4.29º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #766968 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB118105104-
CMYK00.110.120.54
HSL4.29º6.31%43.53%-
HSV(B)4.29º11.86%46.27%-
XYZ15.0214.9515.19-
YUV108.77125.31134.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 104 (41.02% from 255) = 31.80%
R=36.09%
G=32.11%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810510400.110.120.544.296.3143.53
Hex7669680BC36462c
Octal16615115001314664654
Binary111011011010011101000010111100110110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766968; }

 p { color: rgb(118,105,104); }

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

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

 a { background-color: rgb(118,105,104); }

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

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

 span { border-color: rgb(118,105,104); }

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