Html Css Color HEX #756463 Pharlap

📋 copy color: '#756463'

red 117 ◦ green 100 ◦ blue 99

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

Shades of Pharlap #756463

Tints of Pharlap #756463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.65%

 BLUE value IS 99 (39.06% from 255) = 31.33%

R = 37.03%
G = 31.65%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#756463 (or 0x756463) is known color: Pharlap. HEX triplet: 75, 64 and 63. RGB value is (117,100,99). Sum of RGB (Red+Green+Blue) = 117+100+99=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #756463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756463 is #8A9B9C. Grayscale: #686868. Windows color (decimal): -9083805 or 6513781. OLE color: 6513781.

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

Color convert

RGB 117 100 99 -
CMYK 0 0.15 0.15 0.54
HSL 3.33º 0.08% 0.42% -
HSV(B) 3.33º 0.15% 0.46% -
XYZ 14.15 13.8 13.72 -
YUV 104.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 117 100 99 0 0.15 0.15 0.54 3.33 0.08 0.42
Hex 75 64 63 0 F F 36 3 8 2A
Octal 165 144 143 0 17 17 66 3 10 52
Binary 1110101 1100100 1100011 0 1111 1111 110110 11 1000 101010

Color Harmonies of #756463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756463

Black with #756463

Text Example


Text Example

White with #756463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756463; }

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

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

background-color css

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

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

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

border-color css

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

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

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