Html Css Color HEX #776968 Pharlap

📋 copy color: '#776968'

red 119 ◦ green 105 ◦ blue 104

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

Shades of Pharlap #776968

Tints of Pharlap #776968

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.01%

 BLUE value IS 104 (41.02% from 255) = 31.71%

R = 36.28%
G = 32.01%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#776968 (or 0x776968) is known color: Pharlap. HEX triplet: 77, 69 and 68. RGB value is (119,105,104). Sum of RGB (Red+Green+Blue) = 119+105+104=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #776968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776968 is #889697. Grayscale: #6D6D6D. Windows color (decimal): -8951448 or 6842743. OLE color: 6842743.

HSL color Cylindrical-coordinate representation of color #776968: hue angle of 4º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #776968 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 105 104 -
CMYK 0 0.12 0.13 0.53
HSL 0.07% 0.44% -
HSV(B) 0.13% 0.47% -
XYZ 15.16 15.02 15.2 -
YUV 109.07 125.14 135.08 -
System Red Green Blue C M Y K H S L
Decimal 119 105 104 0 0.12 0.13 0.53 4 0.07 0.44
Hex 77 69 68 0 C D 35 4 7 2C
Octal 167 151 150 0 14 15 65 4 7 54
Binary 1110111 1101001 1101000 0 1100 1101 110101 100 111 101100

Color Harmonies of #776968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776968

Black with #776968

Text Example


Text Example

White with #776968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776968; }

 p { color: rgb(119,105,104); }

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

background-color css

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

 a { background-color: rgb(119,105,104); }

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

border-color css

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

 span { border-color: rgb(119,105,104); }

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