Html Css Color HEX #756564 Pharlap

📋 copy color: '#756564'

red 117 ◦ green 101 ◦ blue 100

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

Shades of Pharlap #756564

Tints of Pharlap #756564

RGB

 RED value IS 117 (46.09% from 255) = 36.79%

 GREEN value IS 101 (39.84% from 255) = 31.76%

 BLUE value IS 100 (39.45% from 255) = 31.45%

R = 36.79%
G = 31.76%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#756564 (or 0x756564) is known color: Pharlap. HEX triplet: 75, 65 and 64. RGB value is (117,101,100). Sum of RGB (Red+Green+Blue) = 117+101+100=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 117 - color contains mainly: red. Hex color #756564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756564 is #8A9A9B. Grayscale: #696969. Windows color (decimal): -9083548 or 6579573. OLE color: 6579573.

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

Color convert

RGB 117 101 100 -
CMYK 0 0.14 0.15 0.54
HSL 3.53º 0.08% 0.43% -
HSV(B) 3.53º 0.15% 0.46% -
XYZ 14.29 14.01 14.01 -
YUV 105.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 117 101 100 0 0.14 0.15 0.54 3.53 0.08 0.43
Hex 75 65 64 0 E F 36 4 8 2B
Octal 165 145 144 0 16 17 66 4 10 53
Binary 1110101 1100101 1100100 0 1110 1111 110110 100 1000 101011

Color Harmonies of #756564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756564

Black with #756564

Text Example


Text Example

White with #756564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756564; }

 p { color: rgb(117,101,100); }

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

background-color css

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

 a { background-color: rgb(117,101,100); }

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

border-color css

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

 span { border-color: rgb(117,101,100); }

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