Html Css Color HEX #77615E Pharlap

📋 copy color: '#77615E'

red 119 ◦ green 97 ◦ blue 94

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

Shades of Pharlap #77615E

Tints of Pharlap #77615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.29%

 BLUE value IS 94 (37.11% from 255) = 30.32%

R = 38.39%
G = 31.29%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77615E (or 0x77615E) is known color: Pharlap. HEX triplet: 77, 61 and 5E. RGB value is (119,97,94). Sum of RGB (Red+Green+Blue) = 119+97+94=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #77615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77615E is #889EA1. Grayscale: #676767. Windows color (decimal): -8953506 or 6185335. OLE color: 6185335.

HSL color Cylindrical-coordinate representation of color #77615E: hue angle of 7.2º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #77615E is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 97 94 -
CMYK 0 0.18 0.21 0.53
HSL 7.2º 0.12% 0.42% -
HSV(B) 7.2º 0.21% 0.47% -
XYZ 13.9 13.28 12.42 -
YUV 103.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 119 97 94 0 0.18 0.21 0.53 7.2 0.12 0.42
Hex 77 61 5E 0 12 15 35 7 C 2A
Octal 167 141 136 0 22 25 65 7 14 52
Binary 1110111 1100001 1011110 0 10010 10101 110101 111 1100 101010

Color Harmonies of #77615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77615E

Black with #77615E

Text Example


Text Example

White with #77615E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77615E; }

 p { color: rgb(119,97,94); }

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

background-color css

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

 a { background-color: rgb(119,97,94); }

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

border-color css

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

 span { border-color: rgb(119,97,94); }

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