#7B605C

Color #7B605C Pharlap (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pharlap #7B605C

Tints of Pharlap #7B605C

Color information

#7B605C (or 0x7B605C) is unknown color: approx Pharlap. HEX triplet: 7B, 60 and 5C. RGB value is (123,96,92). Sum of RGB (Red+Green+Blue) = 123+96+92=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 123 - color contains mainly: red. Hex color #7B605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B605C is #849FA3. Grayscale: #676767. Windows color (decimal): -8691620 or 6054011. OLE color: 6054011.

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

Color convert

RGB1239692-
CMYK00.220.250.52
HSL7.74º14.42%42.16%-
HSV(B)7.74º25.2%48.24%-
XYZ14.2813.3511.95-
YUV103.62121.45141.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.55%
GREEN value IS 96 (37.89% from 255) = 30.87%
BLUE value IS 92 (36.33% from 255) = 29.58%
R=39.55%
G=30.87%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123969200.220.250.527.7414.4242.16
Hex7B605C01619348e2a
Octal1731401340263164101652
Binary1111011110000010111000101101100111010010001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,96,92); }

 H1.HeaderClassName
 {
   color: #7B605C;
 }
 .AnyTagClassName
 {
   color: #7B605C;
 }
</style>
background-color css

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

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

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

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

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

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