Html Css Color HEX #766765 Pharlap

📋 copy color: '#766765'

red 118 ◦ green 103 ◦ blue 101

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

Shades of Pharlap #766765

Tints of Pharlap #766765

RGB

 RED value IS 118 (46.48% from 255) = 36.65%

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

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

R = 36.65%
G = 31.99%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#766765 (or 0x766765) is known color: Pharlap. HEX triplet: 76, 67 and 65. RGB value is (118,103,101). Sum of RGB (Red+Green+Blue) = 118+103+101=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #766765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766765 is #89989A. Grayscale: #6B6B6B. Windows color (decimal): -9017499 or 6645622. OLE color: 6645622.

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

Color convert

RGB 118 103 101 -
CMYK 0 0.13 0.14 0.54
HSL 7.06º 0.08% 0.43% -
HSV(B) 7.06º 0.14% 0.46% -
XYZ 14.67 14.49 14.34 -
YUV 107.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 118 103 101 0 0.13 0.14 0.54 7.06 0.08 0.43
Hex 76 67 65 0 D E 36 7 8 2B
Octal 166 147 145 0 15 16 66 7 10 53
Binary 1110110 1100111 1100101 0 1101 1110 110110 111 1000 101011

Color Harmonies of #766765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766765

Black with #766765

Text Example


Text Example

White with #766765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766765; }

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

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

background-color css

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

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

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

border-color css

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

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

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