Html Css Color HEX #766C6A Pharlap

📋 copy color: '#766C6A'

red 118 ◦ green 108 ◦ blue 106

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

Shades of Pharlap #766C6A

Tints of Pharlap #766C6A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.53%

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 35.54%
G = 32.53%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#766C6A (or 0x766C6A) is known color: Pharlap. HEX triplet: 76, 6C and 6A. RGB value is (118,108,106). Sum of RGB (Red+Green+Blue) = 118+108+106=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #766C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C6A is #899395. Grayscale: #6E6E6E. Windows color (decimal): -9016214 or 6974582. OLE color: 6974582.

HSL color Cylindrical-coordinate representation of color #766C6A: hue angle of 10º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #766C6A is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 108 106 -
CMYK 0 0.08 0.10 0.54
HSL 10º 0.05% 0.44% -
HSV(B) 10º 0.1% 0.46% -
XYZ 15.44 15.62 15.84 -
YUV 110.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 118 108 106 0 0.08 0.10 0.54 10 0.05 0.44
Hex 76 6C 6A 0 8 A 36 A 5 2C
Octal 166 154 152 0 10 12 66 12 5 54
Binary 1110110 1101100 1101010 0 1000 1010 110110 1010 101 101100

Color Harmonies of #766C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C6A

Black with #766C6A

Text Example


Text Example

White with #766C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766C6A; }

 p { color: rgb(118,108,106); }

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

background-color css

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

 a { background-color: rgb(118,108,106); }

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

border-color css

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

 span { border-color: rgb(118,108,106); }

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