Html Css Color HEX #7F625F Pharlap

📋 copy color: '#7F625F'

red 127 ◦ green 98 ◦ blue 95

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

Shades of Pharlap #7F625F

Tints of Pharlap #7F625F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.63%

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

R = 39.69%
G = 30.63%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#7F625F (or 0x7F625F) is known color: Pharlap. HEX triplet: 7F, 62 and 5F. RGB value is (127,98,95). Sum of RGB (Red+Green+Blue) = 127+98+95=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 127 - color contains mainly: red. Hex color #7F625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F625F is #809DA0. Grayscale: #6A6A6A. Windows color (decimal): -8428961 or 6251135. OLE color: 6251135.

HSL color Cylindrical-coordinate representation of color #7F625F: hue angle of 5.62º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F625F is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 98 95 -
CMYK 0 0.23 0.25 0.50
HSL 5.63º 0.14% 0.44% -
HSV(B) 5.63º 0.25% 0.5% -
XYZ 15.19 14.07 12.74 -
YUV 106.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 127 98 95 0 0.23 0.25 0.50 5.63 0.14 0.44
Hex 7F 62 5F 0 17 19 32 6 E 2C
Octal 177 142 137 0 27 31 62 6 16 54
Binary 1111111 1100010 1011111 0 10111 11001 110010 110 1110 101100

Color Harmonies of #7F625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F625F

Black with #7F625F

Text Example


Text Example

White with #7F625F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,98,95); }

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

background-color css

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

 a { background-color: rgb(127,98,95); }

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

border-color css

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

 span { border-color: rgb(127,98,95); }

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