Html Css Color HEX #756462 Pharlap

📋 copy color: '#756462'

red 117 ◦ green 100 ◦ blue 98

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

Shades of Pharlap #756462

Tints of Pharlap #756462

RGB

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

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

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

R = 37.14%
G = 31.75%
B = 31.11%

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

#756462 (or 0x756462) is known color: Pharlap. HEX triplet: 75, 64 and 62. RGB value is (117,100,98). Sum of RGB (Red+Green+Blue) = 117+100+98=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #756462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756462 is #8A9B9D. Grayscale: #686868. Windows color (decimal): -9083806 or 6448245. OLE color: 6448245.

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

Color convert

RGB 117 100 98 -
CMYK 0 0.15 0.16 0.54
HSL 6.32º 0.09% 0.42% -
HSV(B) 6.32º 0.16% 0.46% -
XYZ 14.1 13.78 13.47 -
YUV 104.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 117 100 98 0 0.15 0.16 0.54 6.32 0.09 0.42
Hex 75 64 62 0 F 10 36 6 9 2A
Octal 165 144 142 0 17 20 66 6 11 52
Binary 1110101 1100100 1100010 0 1111 10000 110110 110 1001 101010

Color Harmonies of #756462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756462

Black with #756462

Text Example


Text Example

White with #756462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756462; }

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

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

background-color css

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

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

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

border-color css

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

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

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