Html Css Color HEX #766B6A Pharlap

📋 copy color: '#766B6A'

red 118 ◦ green 107 ◦ blue 106

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

Shades of Pharlap #766B6A

Tints of Pharlap #766B6A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.33%

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

R = 35.65%
G = 32.33%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#766B6A (or 0x766B6A) is known color: Pharlap. HEX triplet: 76, 6B and 6A. RGB value is (118,107,106). Sum of RGB (Red+Green+Blue) = 118+107+106=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #766B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B6A is #899495. Grayscale: #6E6E6E. Windows color (decimal): -9016470 or 6974326. OLE color: 6974326.

HSL color Cylindrical-coordinate representation of color #766B6A: hue angle of 5º 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 #766B6A is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 107 106 -
CMYK 0 0.09 0.10 0.54
HSL 0.05% 0.44% -
HSV(B) 0.1% 0.46% -
XYZ 15.33 15.41 15.8 -
YUV 110.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 118 107 106 0 0.09 0.10 0.54 5 0.05 0.44
Hex 76 6B 6A 0 9 A 36 5 5 2C
Octal 166 153 152 0 11 12 66 5 5 54
Binary 1110110 1101011 1101010 0 1001 1010 110110 101 101 101100

Color Harmonies of #766B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B6A

Black with #766B6A

Text Example


Text Example

White with #766B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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