Html Css Color HEX #77625F Pharlap

📋 copy color: '#77625F'

red 119 ◦ green 98 ◦ blue 95

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

Shades of Pharlap #77625F

Tints of Pharlap #77625F

RGB

 RED value IS 119 (46.88% from 255) = 38.14%

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

 BLUE value IS 95 (37.5% from 255) = 30.45%

R = 38.14%
G = 31.41%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77625F (or 0x77625F) is known color: Pharlap. HEX triplet: 77, 62 and 5F. RGB value is (119,98,95). Sum of RGB (Red+Green+Blue) = 119+98+95=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #77625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77625F is #889DA0. Grayscale: #676767. Windows color (decimal): -8953249 or 6251127. OLE color: 6251127.

HSL color Cylindrical-coordinate representation of color #77625F: hue angle of 7.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77625F is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 98 95 -
CMYK 0 0.18 0.20 0.53
HSL 7.5º 0.11% 0.42% -
HSV(B) 7.5º 0.2% 0.47% -
XYZ 14.04 13.48 12.69 -
YUV 103.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 119 98 95 0 0.18 0.20 0.53 7.5 0.11 0.42
Hex 77 62 5F 0 12 14 35 8 B 2A
Octal 167 142 137 0 22 24 65 10 13 52
Binary 1110111 1100010 1011111 0 10010 10100 110101 1000 1011 101010

Color Harmonies of #77625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77625F

Black with #77625F

Text Example


Text Example

White with #77625F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77625F; }

 p { color: rgb(119,98,95); }

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

background-color css

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

 a { background-color: rgb(119,98,95); }

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

border-color css

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

 span { border-color: rgb(119,98,95); }

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