Html Css Color HEX #7B5E5C Pharlap

📋 copy color: '#7B5E5C'

red 123 ◦ green 94 ◦ blue 92

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

Shades of Pharlap #7B5E5C

Tints of Pharlap #7B5E5C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.42%

 BLUE value IS 92 (36.33% from 255) = 29.77%

R = 39.81%
G = 30.42%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#7B5E5C (or 0x7B5E5C) is known color: Pharlap. HEX triplet: 7B, 5E and 5C. RGB value is (123,94,92). Sum of RGB (Red+Green+Blue) = 123+94+92=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5E5C is #84A1A3. Grayscale: #666666. Windows color (decimal): -8692132 or 6053499. OLE color: 6053499.

HSL color Cylindrical-coordinate representation of color #7B5E5C: hue angle of 3.87º 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 #7B5E5C is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 94 92 -
CMYK 0 0.24 0.25 0.52
HSL 3.87º 0.14% 0.42% -
HSV(B) 3.87º 0.25% 0.48% -
XYZ 14.1 12.99 11.89 -
YUV 102.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 123 94 92 0 0.24 0.25 0.52 3.87 0.14 0.42
Hex 7B 5E 5C 0 18 19 34 4 E 2A
Octal 173 136 134 0 30 31 64 4 16 52
Binary 1111011 1011110 1011100 0 11000 11001 110100 100 1110 101010

Color Harmonies of #7B5E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5E5C

Black with #7B5E5C

Text Example


Text Example

White with #7B5E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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