Html Css Color HEX #766867 Pharlap

📋 copy color: '#766867'

red 118 ◦ green 104 ◦ blue 103

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

Shades of Pharlap #766867

Tints of Pharlap #766867

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32%

 BLUE value IS 103 (40.63% from 255) = 31.69%

R = 36.31%
G = 32%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#766867 (or 0x766867) is known color: Pharlap. HEX triplet: 76, 68 and 67. RGB value is (118,104,103). Sum of RGB (Red+Green+Blue) = 118+104+103=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #766867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766867 is #899798. Grayscale: #6C6C6C. Windows color (decimal): -9017241 or 6776950. OLE color: 6776950.

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

Color convert

RGB 118 104 103 -
CMYK 0 0.12 0.13 0.54
HSL 0.07% 0.43% -
HSV(B) 0.13% 0.46% -
XYZ 14.87 14.73 14.89 -
YUV 108.07 125.14 135.08 -
System Red Green Blue C M Y K H S L
Decimal 118 104 103 0 0.12 0.13 0.54 4 0.07 0.43
Hex 76 68 67 0 C D 36 4 7 2B
Octal 166 150 147 0 14 15 66 4 7 53
Binary 1110110 1101000 1100111 0 1100 1101 110110 100 111 101011

Color Harmonies of #766867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766867

Black with #766867

Text Example


Text Example

White with #766867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766867; }

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

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

background-color css

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

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

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

border-color css

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

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

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