Html Css Color HEX #746C6A Pharlap

📋 copy color: '#746C6A'

red 116 ◦ green 108 ◦ blue 106

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

Shades of Pharlap #746C6A

Tints of Pharlap #746C6A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.73%

 BLUE value IS 106 (41.8% from 255) = 32.12%

R = 35.15%
G = 32.73%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#746C6A (or 0x746C6A) is known color: Pharlap. HEX triplet: 74, 6C and 6A. RGB value is (116,108,106). Sum of RGB (Red+Green+Blue) = 116+108+106=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 116 - color contains mainly: red. Hex color #746C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C6A is #8B9395. Grayscale: #6E6E6E. Windows color (decimal): -9147286 or 6974580. OLE color: 6974580.

HSL color Cylindrical-coordinate representation of color #746C6A: hue angle of 12º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #746C6A is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 108 106 -
CMYK 0 0.07 0.09 0.55
HSL 12º 0.05% 0.44% -
HSV(B) 12º 0.09% 0.45% -
XYZ 15.17 15.48 15.82 -
YUV 110.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 116 108 106 0 0.07 0.09 0.55 12 0.05 0.44
Hex 74 6C 6A 0 7 9 37 C 5 2C
Octal 164 154 152 0 7 11 67 14 5 54
Binary 1110100 1101100 1101010 0 111 1001 110111 1100 101 101100

Color Harmonies of #746C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C6A

Black with #746C6A

Text Example


Text Example

White with #746C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746C6A; }

 p { color: rgb(116,108,106); }

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

background-color css

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

 a { background-color: rgb(116,108,106); }

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

border-color css

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

 span { border-color: rgb(116,108,106); }

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