Html Css Color HEX #756261 Pharlap

📋 copy color: '#756261'

red 117 ◦ green 98 ◦ blue 97

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

Shades of Pharlap #756261

Tints of Pharlap #756261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.09%

R = 37.5%
G = 31.41%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#756261 (or 0x756261) is known color: Pharlap. HEX triplet: 75, 62 and 61. RGB value is (117,98,97). Sum of RGB (Red+Green+Blue) = 117+98+97=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #756261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756261 is #8A9D9E. Grayscale: #676767. Windows color (decimal): -9084319 or 6382197. OLE color: 6382197.

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

Color convert

RGB 117 98 97 -
CMYK 0 0.16 0.17 0.54
HSL 0.09% 0.42% -
HSV(B) 0.17% 0.46% -
XYZ 13.86 13.38 13.16 -
YUV 103.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 117 98 97 0 0.16 0.17 0.54 3 0.09 0.42
Hex 75 62 61 0 10 11 36 3 9 2A
Octal 165 142 141 0 20 21 66 3 11 52
Binary 1110101 1100010 1100001 0 10000 10001 110110 11 1001 101010

Color Harmonies of #756261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756261

Black with #756261

Text Example


Text Example

White with #756261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756261; }

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

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

background-color css

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

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

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

border-color css

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

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

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