Html Css Color HEX #766766 Pharlap

📋 copy color: '#766766'

red 118 ◦ green 103 ◦ blue 102

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

Shades of Pharlap #766766

Tints of Pharlap #766766

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.89%

 BLUE value IS 102 (40.23% from 255) = 31.58%

R = 36.53%
G = 31.89%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#766766 (or 0x766766) is known color: Pharlap. HEX triplet: 76, 67 and 66. RGB value is (118,103,102). Sum of RGB (Red+Green+Blue) = 118+103+102=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #766766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766766 is #899899. Grayscale: #6B6B6B. Windows color (decimal): -9017498 or 6711158. OLE color: 6711158.

HSL color Cylindrical-coordinate representation of color #766766: hue angle of 3.75º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #766766 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 102 -
CMYK 0 0.13 0.14 0.54
HSL 3.75º 0.07% 0.43% -
HSV(B) 3.75º 0.14% 0.46% -
XYZ 14.72 14.51 14.6 -
YUV 107.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 118 103 102 0 0.13 0.14 0.54 3.75 0.07 0.43
Hex 76 67 66 0 D E 36 4 7 2B
Octal 166 147 146 0 15 16 66 4 7 53
Binary 1110110 1100111 1100110 0 1101 1110 110110 100 111 101011

Color Harmonies of #766766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766766

Black with #766766

Text Example


Text Example

White with #766766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766766; }

 p { color: rgb(118,103,102); }

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

background-color css

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

 a { background-color: rgb(118,103,102); }

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

border-color css

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

 span { border-color: rgb(118,103,102); }

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