Html Css Color HEX #7F605D Pharlap

📋 copy color: '#7F605D'

red 127 ◦ green 96 ◦ blue 93

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

Shades of Pharlap #7F605D

Tints of Pharlap #7F605D

RGB

 RED value IS 127 (50% from 255) = 40.19%

 GREEN value IS 96 (37.89% from 255) = 30.38%

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 40.19%
G = 30.38%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#7F605D (or 0x7F605D) is known color: Pharlap. HEX triplet: 7F, 60 and 5D. RGB value is (127,96,93). Sum of RGB (Red+Green+Blue) = 127+96+93=316 (41% of max value = 765). Red value is 127 (50% from 255 or 40.19% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 127 - color contains mainly: red. Hex color #7F605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F605D is #809FA2. Grayscale: #686868. Windows color (decimal): -8429475 or 6119551. OLE color: 6119551.

HSL color Cylindrical-coordinate representation of color #7F605D: hue angle of 5.29º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F605D is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 96 93 -
CMYK 0 0.24 0.27 0.50
HSL 5.29º 0.15% 0.43% -
HSV(B) 5.29º 0.27% 0.5% -
XYZ 14.91 13.67 12.21 -
YUV 104.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 127 96 93 0 0.24 0.27 0.50 5.29 0.15 0.43
Hex 7F 60 5D 0 18 1B 32 5 F 2B
Octal 177 140 135 0 30 33 62 5 17 53
Binary 1111111 1100000 1011101 0 11000 11011 110010 101 1111 101011

Color Harmonies of #7F605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F605D

Black with #7F605D

Text Example


Text Example

White with #7F605D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,96,93); }

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

background-color css

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

 a { background-color: rgb(127,96,93); }

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

border-color css

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

 span { border-color: rgb(127,96,93); }

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