Html Css Color HEX #726462 Pharlap

📋 copy color: '#726462'

red 114 ◦ green 100 ◦ blue 98

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

Shades of Pharlap #726462

Tints of Pharlap #726462

RGB

 RED value IS 114 (44.92% from 255) = 36.54%

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

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

R = 36.54%
G = 32.05%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#726462 (or 0x726462) is known color: Pharlap. HEX triplet: 72, 64 and 62. RGB value is (114,100,98). Sum of RGB (Red+Green+Blue) = 114+100+98=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #726462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726462 is #8D9B9D. Grayscale: #676767. Windows color (decimal): -9280414 or 6448242. OLE color: 6448242.

HSL color Cylindrical-coordinate representation of color #726462: hue angle of 7.5º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #726462 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 100 98 -
CMYK 0 0.12 0.14 0.55
HSL 7.5º 0.08% 0.42% -
HSV(B) 7.5º 0.14% 0.45% -
XYZ 13.7 13.57 13.45 -
YUV 103.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 114 100 98 0 0.12 0.14 0.55 7.5 0.08 0.42
Hex 72 64 62 0 C E 37 8 8 2A
Octal 162 144 142 0 14 16 67 10 10 52
Binary 1110010 1100100 1100010 0 1100 1110 110111 1000 1000 101010

Color Harmonies of #726462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726462

Black with #726462

Text Example


Text Example

White with #726462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726462; }

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

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

background-color css

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

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

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

border-color css

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

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

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