Html Css Color HEX #77605E Pharlap

📋 copy color: '#77605E'

red 119 ◦ green 96 ◦ blue 94

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

Shades of Pharlap #77605E

Tints of Pharlap #77605E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.07%

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

R = 38.51%
G = 31.07%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77605E (or 0x77605E) is known color: Pharlap. HEX triplet: 77, 60 and 5E. RGB value is (119,96,94). Sum of RGB (Red+Green+Blue) = 119+96+94=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #77605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77605E is #889FA1. Grayscale: #666666. Windows color (decimal): -8953762 or 6185079. OLE color: 6185079.

HSL color Cylindrical-coordinate representation of color #77605E: hue angle of 4.8º 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 #77605E is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 96 94 -
CMYK 0 0.19 0.21 0.53
HSL 4.8º 0.12% 0.42% -
HSV(B) 4.8º 0.21% 0.47% -
XYZ 13.81 13.1 12.39 -
YUV 102.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 119 96 94 0 0.19 0.21 0.53 4.8 0.12 0.42
Hex 77 60 5E 0 13 15 35 5 C 2A
Octal 167 140 136 0 23 25 65 5 14 52
Binary 1110111 1100000 1011110 0 10011 10101 110101 101 1100 101010

Color Harmonies of #77605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77605E

Black with #77605E

Text Example


Text Example

White with #77605E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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