Html Css Color HEX #746967 Pharlap

📋 copy color: '#746967'

red 116 ◦ green 105 ◦ blue 103

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

Shades of Pharlap #746967

Tints of Pharlap #746967

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.41%

 BLUE value IS 103 (40.63% from 255) = 31.79%

R = 35.8%
G = 32.41%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#746967 (or 0x746967) is known color: Pharlap. HEX triplet: 74, 69 and 67. RGB value is (116,105,103). Sum of RGB (Red+Green+Blue) = 116+105+103=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 116 - color contains mainly: red. Hex color #746967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746967 is #8B9698. Grayscale: #6C6C6C. Windows color (decimal): -9148057 or 6777204. OLE color: 6777204.

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

Color convert

RGB 116 105 103 -
CMYK 0 0.09 0.11 0.55
HSL 9.23º 0.06% 0.43% -
HSV(B) 9.23º 0.11% 0.45% -
XYZ 14.7 14.8 14.91 -
YUV 108.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 116 105 103 0 0.09 0.11 0.55 9.23 0.06 0.43
Hex 74 69 67 0 9 B 37 9 6 2B
Octal 164 151 147 0 11 13 67 11 6 53
Binary 1110100 1101001 1100111 0 1001 1011 110111 1001 110 101011

Color Harmonies of #746967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746967

Black with #746967

Text Example


Text Example

White with #746967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746967; }

 p { color: rgb(116,105,103); }

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

background-color css

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

 a { background-color: rgb(116,105,103); }

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

border-color css

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

 span { border-color: rgb(116,105,103); }

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