Html Css Color HEX #756362 Pharlap

📋 copy color: '#756362'

red 117 ◦ green 99 ◦ blue 98

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

Shades of Pharlap #756362

Tints of Pharlap #756362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 37.26%
G = 31.53%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#756362 (or 0x756362) is known color: Pharlap. HEX triplet: 75, 63 and 62. RGB value is (117,99,98). Sum of RGB (Red+Green+Blue) = 117+99+98=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #756362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756362 is #8A9C9D. Grayscale: #686868. Windows color (decimal): -9084062 or 6447989. OLE color: 6447989.

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

Color convert

RGB 117 99 98 -
CMYK 0 0.15 0.16 0.54
HSL 3.16º 0.09% 0.42% -
HSV(B) 3.16º 0.16% 0.46% -
XYZ 14 13.59 13.44 -
YUV 104.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 117 99 98 0 0.15 0.16 0.54 3.16 0.09 0.42
Hex 75 63 62 0 F 10 36 3 9 2A
Octal 165 143 142 0 17 20 66 3 11 52
Binary 1110101 1100011 1100010 0 1111 10000 110110 11 1001 101010

Color Harmonies of #756362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756362

Black with #756362

Text Example


Text Example

White with #756362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756362; }

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

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

background-color css

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

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

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

border-color css

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

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

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