Html Css Color HEX #766A69 Pharlap

📋 copy color: '#766A69'

red 118 ◦ green 106 ◦ blue 105

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

Shades of Pharlap #766A69

Tints of Pharlap #766A69

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.22%

 BLUE value IS 105 (41.41% from 255) = 31.91%

R = 35.87%
G = 32.22%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#766A69 (or 0x766A69) is known color: Pharlap. HEX triplet: 76, 6A and 69. RGB value is (118,106,105). Sum of RGB (Red+Green+Blue) = 118+106+105=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #766A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A69 is #899596. Grayscale: #6D6D6D. Windows color (decimal): -9016727 or 6908534. OLE color: 6908534.

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

Color convert

RGB 118 106 105 -
CMYK 0 0.10 0.11 0.54
HSL 4.62º 0.06% 0.44% -
HSV(B) 4.62º 0.11% 0.46% -
XYZ 15.18 15.18 15.49 -
YUV 109.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 118 106 105 0 0.10 0.11 0.54 4.62 0.06 0.44
Hex 76 6A 69 0 A B 36 5 6 2C
Octal 166 152 151 0 12 13 66 5 6 54
Binary 1110110 1101010 1101001 0 1010 1011 110110 101 110 101100

Color Harmonies of #766A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A69

Black with #766A69

Text Example


Text Example

White with #766A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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