Html Css Color HEX #7B6868 Pharlap

📋 copy color: '#7B6868'

red 123 ◦ green 104 ◦ blue 104

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

Shades of Pharlap #7B6868

Tints of Pharlap #7B6868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.42%

R = 37.16%
G = 31.42%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#7B6868 (or 0x7B6868) is known color: Pharlap. HEX triplet: 7B, 68 and 68. RGB value is (123,104,104). Sum of RGB (Red+Green+Blue) = 123+104+104=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6868 is #849797. Grayscale: #6D6D6D. Windows color (decimal): -8689560 or 6842491. OLE color: 6842491.

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

Color convert

RGB 123 104 104 -
CMYK 0 0.15 0.15 0.52
HSL 0.08% 0.45% -
HSV(B) 0.15% 0.48% -
XYZ 15.62 15.11 15.19 -
YUV 109.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 123 104 104 0 0.15 0.15 0.52 0 0.08 0.45
Hex 7B 68 68 0 F F 34 0 8 2D
Octal 173 150 150 0 17 17 64 0 10 55
Binary 1111011 1101000 1101000 0 1111 1111 110100 0 1000 101101

Color Harmonies of #7B6868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6868

Black with #7B6868

Text Example


Text Example

White with #7B6868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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