Html Css Color HEX #795D5B Pharlap

📋 copy color: '#795D5B'

red 121 ◦ green 93 ◦ blue 91

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

Shades of Pharlap #795D5B

Tints of Pharlap #795D5B

RGB

 RED value IS 121 (47.66% from 255) = 39.67%

 GREEN value IS 93 (36.72% from 255) = 30.49%

 BLUE value IS 91 (35.94% from 255) = 29.84%

R = 39.67%
G = 30.49%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#795D5B (or 0x795D5B) is known color: Pharlap. HEX triplet: 79, 5D and 5B. RGB value is (121,93,91). Sum of RGB (Red+Green+Blue) = 121+93+91=305 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.67% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 121 - color contains mainly: red. Hex color #795D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795D5B is #86A2A4. Grayscale: #656565. Windows color (decimal): -8823461 or 5987705. OLE color: 5987705.

HSL color Cylindrical-coordinate representation of color #795D5B: hue angle of 4º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #795D5B is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 93 91 -
CMYK 0 0.23 0.25 0.53
HSL 0.14% 0.42% -
HSV(B) 0.25% 0.47% -
XYZ 13.69 12.65 11.62 -
YUV 101.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 121 93 91 0 0.23 0.25 0.53 4 0.14 0.42
Hex 79 5D 5B 0 17 19 35 4 E 2A
Octal 171 135 133 0 27 31 65 4 16 52
Binary 1111001 1011101 1011011 0 10111 11001 110101 100 1110 101010

Color Harmonies of #795D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795D5B

Black with #795D5B

Text Example


Text Example

White with #795D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795D5B; }

 p { color: rgb(121,93,91); }

 H1.HeaderClassName
 {
   color: #795D5B;
 }
 .AnyTagClassName
 {
   color: #795D5B;
 }
</style>

background-color css

<style>
 a { background-color: #795D5B; }

 a { background-color: rgb(121,93,91); }

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

border-color css

<style>
 span { border-color: #795D5B; }

 span { border-color: rgb(121,93,91); }

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