Html Css Color HEX #756664 Pharlap

📋 copy color: '#756664'

red 117 ◦ green 102 ◦ blue 100

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

Shades of Pharlap #756664

Tints of Pharlap #756664

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.97%

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

R = 36.68%
G = 31.97%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#756664 (or 0x756664) is known color: Pharlap. HEX triplet: 75, 66 and 64. RGB value is (117,102,100). Sum of RGB (Red+Green+Blue) = 117+102+100=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #756664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756664 is #8A999B. Grayscale: #6A6A6A. Windows color (decimal): -9083292 or 6579829. OLE color: 6579829.

HSL color Cylindrical-coordinate representation of color #756664: hue angle of 7.06º 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 #756664 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 102 100 -
CMYK 0 0.13 0.15 0.54
HSL 7.06º 0.08% 0.43% -
HSV(B) 7.06º 0.15% 0.46% -
XYZ 14.39 14.2 14.04 -
YUV 106.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 117 102 100 0 0.13 0.15 0.54 7.06 0.08 0.43
Hex 75 66 64 0 D F 36 7 8 2B
Octal 165 146 144 0 15 17 66 7 10 53
Binary 1110101 1100110 1100100 0 1101 1111 110110 111 1000 101011

Color Harmonies of #756664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756664

Black with #756664

Text Example


Text Example

White with #756664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756664; }

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

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

background-color css

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

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

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

border-color css

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

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

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