Html Css Color HEX #7B6866 Pharlap

📋 copy color: '#7B6866'

red 123 ◦ green 104 ◦ blue 102

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

Shades of Pharlap #7B6866

Tints of Pharlap #7B6866

RGB

 RED value IS 123 (48.44% from 255) = 37.39%

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

 BLUE value IS 102 (40.23% from 255) = 31%

R = 37.39%
G = 31.61%
B = 31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7B6866 (or 0x7B6866) is known color: Pharlap. HEX triplet: 7B, 68 and 66. RGB value is (123,104,102). Sum of RGB (Red+Green+Blue) = 123+104+102=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6866 is #849799. Grayscale: #6D6D6D. Windows color (decimal): -8689562 or 6711419. OLE color: 6711419.

HSL color Cylindrical-coordinate representation of color #7B6866: hue angle of 5.71º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B6866 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 104 102 -
CMYK 0 0.15 0.17 0.52
HSL 5.71º 0.09% 0.44% -
HSV(B) 5.71º 0.17% 0.48% -
XYZ 15.52 15.07 14.66 -
YUV 109.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 123 104 102 0 0.15 0.17 0.52 5.71 0.09 0.44
Hex 7B 68 66 0 F 11 34 6 9 2C
Octal 173 150 146 0 17 21 64 6 11 54
Binary 1111011 1101000 1100110 0 1111 10001 110100 110 1001 101100

Color Harmonies of #7B6866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6866

Black with #7B6866

Text Example


Text Example

White with #7B6866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B6866; }

 p { color: rgb(123,104,102); }

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

background-color css

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

 a { background-color: rgb(123,104,102); }

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

border-color css

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

 span { border-color: rgb(123,104,102); }

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