Html Css Color HEX #776765 Pharlap

📋 copy color: '#776765'

red 119 ◦ green 103 ◦ blue 101

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

Shades of Pharlap #776765

Tints of Pharlap #776765

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.89%

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

R = 36.84%
G = 31.89%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#776765 (or 0x776765) is known color: Pharlap. HEX triplet: 77, 67 and 65. RGB value is (119,103,101). Sum of RGB (Red+Green+Blue) = 119+103+101=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #776765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776765 is #88989A. Grayscale: #6B6B6B. Windows color (decimal): -8951963 or 6645623. OLE color: 6645623.

HSL color Cylindrical-coordinate representation of color #776765: hue angle of 6.67º 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 #776765 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 103 101 -
CMYK 0 0.13 0.15 0.53
HSL 6.67º 0.08% 0.43% -
HSV(B) 6.67º 0.15% 0.47% -
XYZ 14.81 14.56 14.34 -
YUV 107.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 119 103 101 0 0.13 0.15 0.53 6.67 0.08 0.43
Hex 77 67 65 0 D F 35 7 8 2B
Octal 167 147 145 0 15 17 65 7 10 53
Binary 1110111 1100111 1100101 0 1101 1111 110101 111 1000 101011

Color Harmonies of #776765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776765

Black with #776765

Text Example


Text Example

White with #776765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776765; }

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

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

background-color css

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

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

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

border-color css

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

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

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