Html Css Color HEX #7F635E Pharlap

📋 copy color: '#7F635E'

red 127 ◦ green 99 ◦ blue 94

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

Shades of Pharlap #7F635E

Tints of Pharlap #7F635E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.94%

 BLUE value IS 94 (37.11% from 255) = 29.38%

R = 39.69%
G = 30.94%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#7F635E (or 0x7F635E) is known color: Pharlap. HEX triplet: 7F, 63 and 5E. RGB value is (127,99,94). Sum of RGB (Red+Green+Blue) = 127+99+94=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 127 - color contains mainly: red. Hex color #7F635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F635E is #809CA1. Grayscale: #6A6A6A. Windows color (decimal): -8428706 or 6185855. OLE color: 6185855.

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

Color convert

RGB 127 99 94 -
CMYK 0 0.22 0.26 0.50
HSL 9.09º 0.15% 0.43% -
HSV(B) 9.09º 0.26% 0.5% -
XYZ 15.23 14.24 12.54 -
YUV 106.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 127 99 94 0 0.22 0.26 0.50 9.09 0.15 0.43
Hex 7F 63 5E 0 16 1A 32 9 F 2B
Octal 177 143 136 0 26 32 62 11 17 53
Binary 1111111 1100011 1011110 0 10110 11010 110010 1001 1111 101011

Color Harmonies of #7F635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F635E

Black with #7F635E

Text Example


Text Example

White with #7F635E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,99,94); }

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

background-color css

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

 a { background-color: rgb(127,99,94); }

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

border-color css

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

 span { border-color: rgb(127,99,94); }

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