Html Css Color HEX #756361 Pharlap

📋 copy color: '#756361'

red 117 ◦ green 99 ◦ blue 97

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

Shades of Pharlap #756361

Tints of Pharlap #756361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.63%

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

R = 37.38%
G = 31.63%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#756361 (or 0x756361) is known color: Pharlap. HEX triplet: 75, 63 and 61. RGB value is (117,99,97). Sum of RGB (Red+Green+Blue) = 117+99+97=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #756361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756361 is #8A9C9E. Grayscale: #686868. Windows color (decimal): -9084063 or 6382453. OLE color: 6382453.

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

Color convert

RGB 117 99 97 -
CMYK 0 0.15 0.17 0.54
HSL 0.09% 0.42% -
HSV(B) 0.17% 0.46% -
XYZ 13.96 13.57 13.19 -
YUV 104.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 117 99 97 0 0.15 0.17 0.54 6 0.09 0.42
Hex 75 63 61 0 F 11 36 6 9 2A
Octal 165 143 141 0 17 21 66 6 11 52
Binary 1110101 1100011 1100001 0 1111 10001 110110 110 1001 101010

Color Harmonies of #756361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756361

Black with #756361

Text Example


Text Example

White with #756361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756361; }

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

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

background-color css

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

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

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

border-color css

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

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

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