Html Css Color HEX #7B615F Pharlap

📋 copy color: '#7B615F'

red 123 ◦ green 97 ◦ blue 95

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

Shades of Pharlap #7B615F

Tints of Pharlap #7B615F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.79%

 BLUE value IS 95 (37.5% from 255) = 30.16%

R = 39.05%
G = 30.79%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#7B615F (or 0x7B615F) is known color: Pharlap. HEX triplet: 7B, 61 and 5F. RGB value is (123,97,95). Sum of RGB (Red+Green+Blue) = 123+97+95=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 123 - color contains mainly: red. Hex color #7B615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B615F is #849EA0. Grayscale: #686868. Windows color (decimal): -8691361 or 6250875. OLE color: 6250875.

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

Color convert

RGB 123 97 95 -
CMYK 0 0.21 0.23 0.52
HSL 4.29º 0.13% 0.43% -
HSV(B) 4.29º 0.23% 0.48% -
XYZ 14.51 13.59 12.68 -
YUV 104.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 123 97 95 0 0.21 0.23 0.52 4.29 0.13 0.43
Hex 7B 61 5F 0 15 17 34 4 D 2B
Octal 173 141 137 0 25 27 64 4 15 53
Binary 1111011 1100001 1011111 0 10101 10111 110100 100 1101 101011

Color Harmonies of #7B615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B615F

Black with #7B615F

Text Example


Text Example

White with #7B615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,97,95); }

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

background-color css

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

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

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

border-color css

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

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

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