Html Css Color HEX #756260 Pharlap

📋 copy color: '#756260'

red 117 ◦ green 98 ◦ blue 96

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

Shades of Pharlap #756260

Tints of Pharlap #756260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.51%

 BLUE value IS 96 (37.89% from 255) = 30.87%

R = 37.62%
G = 31.51%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#756260 (or 0x756260) is known color: Pharlap. HEX triplet: 75, 62 and 60. RGB value is (117,98,96). Sum of RGB (Red+Green+Blue) = 117+98+96=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #756260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756260 is #8A9D9F. Grayscale: #676767. Windows color (decimal): -9084320 or 6316661. OLE color: 6316661.

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

Color convert

RGB 117 98 96 -
CMYK 0 0.16 0.18 0.54
HSL 5.71º 0.1% 0.42% -
HSV(B) 5.71º 0.18% 0.46% -
XYZ 13.82 13.36 12.92 -
YUV 103.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 117 98 96 0 0.16 0.18 0.54 5.71 0.1 0.42
Hex 75 62 60 0 10 12 36 6 A 2A
Octal 165 142 140 0 20 22 66 6 12 52
Binary 1110101 1100010 1100000 0 10000 10010 110110 110 1010 101010

Color Harmonies of #756260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756260

Black with #756260

Text Example


Text Example

White with #756260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756260; }

 p { color: rgb(117,98,96); }

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

background-color css

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

 a { background-color: rgb(117,98,96); }

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

border-color css

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

 span { border-color: rgb(117,98,96); }

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