Html Css Color HEX #776565 Pharlap

📋 copy color: '#776565'

red 119 ◦ green 101 ◦ blue 101

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

Shades of Pharlap #776565

Tints of Pharlap #776565

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.46%

 BLUE value IS 101 (39.84% from 255) = 31.46%

R = 37.07%
G = 31.46%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#776565 (or 0x776565) is known color: Pharlap. HEX triplet: 77, 65 and 65. RGB value is (119,101,101). Sum of RGB (Red+Green+Blue) = 119+101+101=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #776565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776565 is #889A9A. Grayscale: #6A6A6A. Windows color (decimal): -8952475 or 6645111. OLE color: 6645111.

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

Color convert

RGB 119 101 101 -
CMYK 0 0.15 0.15 0.53
HSL 0.08% 0.43% -
HSV(B) 0.15% 0.47% -
XYZ 14.61 14.17 14.28 -
YUV 106.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 119 101 101 0 0.15 0.15 0.53 0 0.08 0.43
Hex 77 65 65 0 F F 35 0 8 2B
Octal 167 145 145 0 17 17 65 0 10 53
Binary 1110111 1100101 1100101 0 1111 1111 110101 0 1000 101011

Color Harmonies of #776565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776565

Black with #776565

Text Example


Text Example

White with #776565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776565; }

 p { color: rgb(119,101,101); }

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

background-color css

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

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

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

border-color css

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

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

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