Html Css Color HEX #766B69 Pharlap

📋 copy color: '#766B69'

red 118 ◦ green 107 ◦ blue 105

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

Shades of Pharlap #766B69

Tints of Pharlap #766B69

RGB

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

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

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

R = 35.76%
G = 32.42%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#766B69 (or 0x766B69) is known color: Pharlap. HEX triplet: 76, 6B and 69. RGB value is (118,107,105). Sum of RGB (Red+Green+Blue) = 118+107+105=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #766B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B69 is #899496. Grayscale: #6E6E6E. Windows color (decimal): -9016471 or 6908790. OLE color: 6908790.

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

Color convert

RGB 118 107 105 -
CMYK 0 0.09 0.11 0.54
HSL 9.23º 0.06% 0.44% -
HSV(B) 9.23º 0.11% 0.46% -
XYZ 15.28 15.39 15.53 -
YUV 110.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 118 107 105 0 0.09 0.11 0.54 9.23 0.06 0.44
Hex 76 6B 69 0 9 B 36 9 6 2C
Octal 166 153 151 0 11 13 66 11 6 54
Binary 1110110 1101011 1101001 0 1001 1011 110110 1001 110 101100

Color Harmonies of #766B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B69

Black with #766B69

Text Example


Text Example

White with #766B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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