Html Css Color HEX #746866 Pharlap

📋 copy color: '#746866'

red 116 ◦ green 104 ◦ blue 102

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

Shades of Pharlap #746866

Tints of Pharlap #746866

RGB

 RED value IS 116 (45.7% from 255) = 36.02%

 GREEN value IS 104 (41.02% from 255) = 32.3%

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

R = 36.02%
G = 32.3%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#746866 (or 0x746866) is known color: Pharlap. HEX triplet: 74, 68 and 66. RGB value is (116,104,102). Sum of RGB (Red+Green+Blue) = 116+104+102=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 116 - color contains mainly: red. Hex color #746866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746866 is #8B9799. Grayscale: #6B6B6B. Windows color (decimal): -9148314 or 6711412. OLE color: 6711412.

HSL color Cylindrical-coordinate representation of color #746866: hue angle of 8.57º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #746866 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 104 102 -
CMYK 0 0.10 0.12 0.55
HSL 8.57º 0.06% 0.43% -
HSV(B) 8.57º 0.12% 0.45% -
XYZ 14.55 14.57 14.62 -
YUV 107.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 116 104 102 0 0.10 0.12 0.55 8.57 0.06 0.43
Hex 74 68 66 0 A C 37 9 6 2B
Octal 164 150 146 0 12 14 67 11 6 53
Binary 1110100 1101000 1100110 0 1010 1100 110111 1001 110 101011

Color Harmonies of #746866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746866

Black with #746866

Text Example


Text Example

White with #746866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746866; }

 p { color: rgb(116,104,102); }

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

background-color css

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

 a { background-color: rgb(116,104,102); }

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

border-color css

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

 span { border-color: rgb(116,104,102); }

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