Html Css Color HEX #88625C Pharlap

📋 copy color: '#88625C'

red 136 ◦ green 98 ◦ blue 92

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

Shades of Pharlap #88625C

Tints of Pharlap #88625C

RGB

 RED value IS 136 (53.52% from 255) = 41.72%

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

 BLUE value IS 92 (36.33% from 255) = 28.22%

R = 41.72%
G = 30.06%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88625C (or 0x88625C) is known color: Pharlap. HEX triplet: 88, 62 and 5C. RGB value is (136,98,92). Sum of RGB (Red+Green+Blue) = 136+98+92=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #88625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88625C is #779DA3. Grayscale: #6C6C6C. Windows color (decimal): -7839140 or 6054536. OLE color: 6054536.

HSL color Cylindrical-coordinate representation of color #88625C: hue angle of 8.18º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88625C is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 98 92 -
CMYK 0 0.28 0.32 0.47
HSL 8.18º 0.19% 0.45% -
HSV(B) 8.18º 0.32% 0.53% -
XYZ 16.45 14.74 12.1 -
YUV 108.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 136 98 92 0 0.28 0.32 0.47 8.18 0.19 0.45
Hex 88 62 5C 0 1C 20 2F 8 13 2D
Octal 210 142 134 0 34 40 57 10 23 55
Binary 10001000 1100010 1011100 0 11100 100000 101111 1000 10011 101101

Color Harmonies of #88625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88625C

Black with #88625C

Text Example


Text Example

White with #88625C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88625C; }

 p { color: rgb(136,98,92); }

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

background-color css

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

 a { background-color: rgb(136,98,92); }

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

border-color css

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

 span { border-color: rgb(136,98,92); }

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