Html Css Color HEX #77605D Pharlap

📋 copy color: '#77605D'

red 119 ◦ green 96 ◦ blue 93

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

Shades of Pharlap #77605D

Tints of Pharlap #77605D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.19%

R = 38.64%
G = 31.17%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#77605D (or 0x77605D) is known color: Pharlap. HEX triplet: 77, 60 and 5D. RGB value is (119,96,93). Sum of RGB (Red+Green+Blue) = 119+96+93=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #77605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77605D is #889FA2. Grayscale: #666666. Windows color (decimal): -8953763 or 6119543. OLE color: 6119543.

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

Color convert

RGB 119 96 93 -
CMYK 0 0.19 0.22 0.53
HSL 6.92º 0.12% 0.42% -
HSV(B) 6.92º 0.22% 0.47% -
XYZ 13.77 13.08 12.15 -
YUV 102.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 119 96 93 0 0.19 0.22 0.53 6.92 0.12 0.42
Hex 77 60 5D 0 13 16 35 7 C 2A
Octal 167 140 135 0 23 26 65 7 14 52
Binary 1110111 1100000 1011101 0 10011 10110 110101 111 1100 101010

Color Harmonies of #77605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77605D

Black with #77605D

Text Example


Text Example

White with #77605D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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